We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74df47 commit 003a643Copy full SHA for 003a643
1 file changed
tests/sqlparser_snowflake.rs
@@ -4056,6 +4056,7 @@ fn test_snowflake_create_view_with_tag() {
4056
4057
#[test]
4058
fn test_snowflake_create_view_with_tag_and_comment() {
4059
- let create_view_with_tag_and_comment = r#"CREATE VIEW X (COL WITH TAG (pii='email') COMMENT 'foobar') AS SELECT * FROM Y"#;
+ let create_view_with_tag_and_comment =
4060
+ r#"CREATE VIEW X (COL WITH TAG (pii='email') COMMENT 'foobar') AS SELECT * FROM Y"#;
4061
snowflake().verified_stmt(create_view_with_tag_and_comment);
4062
}
0 commit comments