Skip to content

Commit

Permalink
fix: _set_value choice
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed May 26, 2023
1 parent 713ff4d commit 17b3f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,10 @@ module.exports = grammar({
),
// TODO i don't think we have a test for `insert into tbl set ....` and
// it's no dialect i can think of
// choice(
choice(
$._insert_values,
// $._set_values,
// ),
$._set_values,
),
optional(
seq(
$.keyword_on,
Expand Down

0 comments on commit 17b3f10

Please sign in to comment.