From 0c6e6e22dc26bcbd977682525f86b326daa25ab7 Mon Sep 17 00:00:00 2001 From: James Clark Date: Wed, 21 Jun 2023 12:48:28 +0700 Subject: [PATCH] `on` is a reserved word In `on conflict`, `on` is reserved (because used in `on fail`, but `conflict` isn't. Part of #1136 --- lang/spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/spec.html b/lang/spec.html index 59c44039..5e686a26 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -7332,7 +7332,7 @@

Select clause

On conflict clause

-on-conflict-clause := onNR conflictNR expression
+on-conflict-clause := on conflictNR expression
 

During the execution of the select clause of query-select-expr that is