Skip to content

Commit bb58ae1

Browse files
authored
Allow for nested joins (m-novikov#75)
* Allow for nested joins * Add tests for nested joins
1 parent bca2ad2 commit bb58ae1

File tree

5 files changed

+95074
-92275
lines changed

5 files changed

+95074
-92275
lines changed

grammar.js

+1
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ module.exports = grammar({
12531253
$.keyword_join,
12541254
$.relation,
12551255
optional($.index_hint),
1256+
optional($.join),
12561257
choice(
12571258
seq(
12581259
$.keyword_on,

src/grammar.json

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-types.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)