Skip to content

Commit 413195b

Browse files
committed
Test SnowflakeDialect
1 parent d38e3be commit 413195b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sqlparser_common.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ fn parse_update_set_from() {
194194
Box::new(GenericDialect {}),
195195
Box::new(PostgreSqlDialect {}),
196196
Box::new(BigQueryDialect {}),
197+
Box::new(SnowflakeDialect {}),
197198
Box::new(RedshiftSqlDialect {}),
198199
Box::new(MsSqlDialect {}),
199200
],

0 commit comments

Comments
 (0)