mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-01 03:37:21 +00:00
Add snowflake dialect (#259)
This commit is contained in:
parent
2c6c295dd0
commit
f500a42e99
5 changed files with 66 additions and 0 deletions
|
@ -119,6 +119,7 @@ pub fn all_dialects() -> TestedDialects {
|
|||
Box::new(PostgreSqlDialect {}),
|
||||
Box::new(MsSqlDialect {}),
|
||||
Box::new(AnsiDialect {}),
|
||||
Box::new(SnowflakeDialect {}),
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue