Skip to content

Commit 854548c

Browse files
committed
test: add test for Tag.key: ObjectName
1 parent 131ffd7 commit 854548c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sqlparser_snowflake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4068,7 +4068,7 @@ fn parse_connect_by_root_operator() {
40684068

40694069
#[test]
40704070
fn test_snowflake_create_view_with_tag() {
4071-
let create_view_with_tag = r#"CREATE VIEW X (COL WITH TAG (pii='email')) AS SELECT * FROM Y"#;
4071+
let create_view_with_tag = r#"CREATE VIEW X (COL WITH TAG (foo.bar.pii='email')) AS SELECT * FROM Y"#;
40724072
snowflake().verified_stmt(create_view_with_tag);
40734073
}
40744074

0 commit comments

Comments
 (0)