We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ede0f0 commit 34011d8Copy full SHA for 34011d8
1 file changed
tests/sqlparser_snowflake.rs
@@ -4251,4 +4251,4 @@ fn test_snowflake_create_view_with_composite_policy_name() {
4251
let create_view_with_tag =
4252
r#"CREATE VIEW X (COL WITH MASKING POLICY foo.bar.baz) AS SELECT * FROM Y"#;
4253
snowflake().verified_stmt(create_view_with_tag);
4254
-}
+}
0 commit comments