]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELEC...
authordan <dan@noemail.net>
Wed, 20 May 2015 20:27:00 +0000 (20:27 +0000)
committerdan <dan@noemail.net>
Wed, 20 May 2015 20:27:00 +0000 (20:27 +0000)
commit0fabc79c09f054b5dcb3fddc7855b8ded46086a7
tree53ce1dbba6aa4ca86f81cd602dca6379ea555bfc
parentf376d07519c6104628e28e013b23da8392189d23
Fix an obscure problem with "INSERT INTO tbl(cols) SELECT" statements where the SELECT is a compound with an ORDER BY and "cols" is a strict subset of tbl's columns. Cherrypick of [718d5d0eab04].

FossilOrigin-Name: 3cd2b7722186ad2b2a581b7f7e7782c59536e523
manifest
manifest.uuid
src/select.c
test/insert2.test