Skip to content

Commit

Permalink
on is a reserved word
Browse files Browse the repository at this point in the history
In `on conflict`, `on` is reserved (because used in `on fail`, but `conflict` isn't.
Part of #1136
  • Loading branch information
jclark committed Jun 21, 2023
1 parent adf8c30 commit 0c6e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -7332,7 +7332,7 @@ <h4>Select clause</h4>
<section>
<h4>On conflict clause</h4>
<pre class="grammar">
on-conflict-clause := <code>on</code><sub>NR</sub> <code>conflict</code><sub>NR</sub> expression
on-conflict-clause := <code>on</code> <code>conflict</code><sub>NR</sub> expression
</pre>
<p>
During the execution of the select clause of query-select-expr that is
Expand Down

0 comments on commit 0c6e6e2

Please sign in to comment.