We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b88d7 commit 7697d35Copy full SHA for 7697d35
src/parser/mod.rs
@@ -5060,7 +5060,7 @@ impl<'a> Parser<'a> {
5060
managed_location,
5061
or_replace: false,
5062
transient: false,
5063
- clone: None,
+ clone,
5064
data_retention_time_in_days: None,
5065
max_data_extension_time_in_days: None,
5066
external_volume: None,
tests/sqlparser_common.rs
@@ -7968,6 +7968,7 @@ fn parse_create_database() {
7968
location,
7969
7970
clone,
7971
+ ..
7972
} => {
7973
assert_eq!("mydb", db_name.to_string());
7974
assert!(!if_not_exists);
0 commit comments