Skip to content

Commit

Permalink
Allow for nested joins (#75)
Browse files Browse the repository at this point in the history
* Allow for nested joins

* Add tests for nested joins
  • Loading branch information
wishdev authored Jan 31, 2023
1 parent bca2ad2 commit bb58ae1
Show file tree
Hide file tree
Showing 5 changed files with 95,074 additions and 92,275 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@ module.exports = grammar({
$.keyword_join,
$.relation,
optional($.index_hint),
optional($.join),
choice(
seq(
$.keyword_on,
Expand Down
12 changes: 12 additions & 0 deletions src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb58ae1

Please sign in to comment.