-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(engine/sqlite): fix table_alias rules (#2465)
* fix(engine/sqlite): fix table_alias rules changed rules to conform to fallback directive behavior fix #2271 * test: update endtoend * Update parser code --------- Co-authored-by: Kyle Conroy <[email protected]>
- Loading branch information
1 parent
5ffe722
commit c236b74
Showing
8 changed files
with
2,878 additions
and
2,429 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
internal/endtoend/testdata/join_left/sqlite/go/query.sql.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
5,228 changes: 2,812 additions & 2,416 deletions
5,228
internal/engine/sqlite/parser/sqlite_parser.go
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.