-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support for mirror if not exists (#387)
- Loading branch information
1 parent
8f2e9a7
commit 2d024df
Showing
6 changed files
with
132 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule sqlparser-rs
updated
7 files
+10 −3 | src/ast/mod.rs | |
+4 −1 | src/parser.rs | |
+3 −3 | tests/sqlparser_bigquery.rs | |
+2 −2 | tests/sqlparser_common.rs | |
+5 −5 | tests/sqlparser_mysql.rs | |
+26 −9 | tests/sqlparser_postgres.rs | |
+1 −1 | tests/sqlparser_snowflake.rs |