Skip to content

Commit

Permalink
parser: add no-prefetch query tuning
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
jkbz64 committed Oct 12, 2024
1 parent b015fee commit d8e36dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ module.exports = grammar({
kw("EXCLUSIVE-LOCK"),
kw("NO-WAIT"),
kw("NO-ERROR"),
kw("NO-PREFETCH"),
seq(kw("USE-INDEX"), $.identifier),
$.using
),
Expand Down

0 comments on commit d8e36dc

Please sign in to comment.