-
Notifications
You must be signed in to change notification settings - Fork 605
Snowflake dialect #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snowflake dialect #259
Conversation
Added a pull request for snowflake dialect . |
Pull Request Test Coverage Report for Build 204251590
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to self: this is the result of splitting #244 into separate PRs at my request. We needed a new dialect to make the parsing quirk dealing with FROM ((table_name)) alias
Snowflake-specific.
Please don't forget to add the new dialect to cli.rs
and to all_dialects()
: https://github.com/ballista-compute/sqlparser-rs/search?q=MsSqlDialect&unscoped_q=MsSqlDialect
tests/sqlparser_snowflake.rs
Outdated
|
||
fn snowflake_and_generic() -> TestedDialects { | ||
TestedDialects { | ||
// we don't have a separate SQLite dialect, so test only the generic dialect for now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment doesn't belong here.
9055ebf
to
f16b90a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe you addressed my request to add the new dialect to all_dialects()
as well?
f16b90a
to
db4bad0
Compare
Sorry , missed that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, thanks!
No description provided.