1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix problems with using LIMIT and FROM clauses as part of single UPDATE statement.

FossilOrigin-Name: b717dc3c5fafb9b86a141e7ecffc030fd9b36aa57a0b3e5200d64ad23a0aa13d
This commit is contained in:
dan
2020-04-29 20:11:01 +00:00
parent 9ed322d6c3
commit f2972b6083
7 changed files with 140 additions and 54 deletions

View File

@@ -3187,8 +3187,7 @@ struct Select {
#define SRT_EphemTab 12 /* Create transient tab and store like SRT_Table */
#define SRT_Coroutine 13 /* Generate a single row of result */
#define SRT_Table 14 /* Store result as data with an automatic rowid */
#define SRT_ISet 15 /* Store result as data with rowid */
#define SRT_Upfrom 16 /* Store result as data with rowid */
#define SRT_Upfrom 15 /* Store result as data with rowid */
/*
** An instance of this object describes where to put of the results of