Skip to content

Commit 34011d8

Browse files
committed
Add support for + char in Snowflake stage names
1 parent 4ede0f0 commit 34011d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,4 +4251,4 @@ fn test_snowflake_create_view_with_composite_policy_name() {
42514251
let create_view_with_tag =
42524252
r#"CREATE VIEW X (COL WITH MASKING POLICY foo.bar.baz) AS SELECT * FROM Y"#;
42534253
snowflake().verified_stmt(create_view_with_tag);
4254-
}
4254+
}

0 commit comments

Comments
 (0)