mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-23 23:44:07 +00:00
Fix tests
This commit is contained in:
parent
b3b88d7416
commit
7697d35d86
2 changed files with 2 additions and 1 deletions
|
@ -5060,7 +5060,7 @@ impl<'a> Parser<'a> {
|
|||
managed_location,
|
||||
or_replace: false,
|
||||
transient: false,
|
||||
clone: None,
|
||||
clone,
|
||||
data_retention_time_in_days: None,
|
||||
max_data_extension_time_in_days: None,
|
||||
external_volume: None,
|
||||
|
|
|
@ -7968,6 +7968,7 @@ fn parse_create_database() {
|
|||
location,
|
||||
managed_location,
|
||||
clone,
|
||||
..
|
||||
} => {
|
||||
assert_eq!("mydb", db_name.to_string());
|
||||
assert!(!if_not_exists);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue