Add snowflake dialect (#259)

This commit is contained in:
eyalleshem 2020-08-12 04:55:22 +03:00 committed by GitHub
parent 2c6c295dd0
commit f500a42e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 66 additions and 0 deletions

View file

@ -119,6 +119,7 @@ pub fn all_dialects() -> TestedDialects {
Box::new(PostgreSqlDialect {}),
Box::new(MsSqlDialect {}),
Box::new(AnsiDialect {}),
Box::new(SnowflakeDialect {}),
],
}
}