]> 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>
Tue, 21 Apr 2015 15:49:04 +0000 (15:49 +0000)
committerdan <dan@noemail.net>
Tue, 21 Apr 2015 15:49:04 +0000 (15:49 +0000)
commit4b79bde7a222380946c54e8158f746767a9d30b0
tree6166a8f06e7930aac289b3992f95b97fdb6fb25a
parent7c052da54dd6b7f6182f36650333b09e691346d1
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.

FossilOrigin-Name: 718d5d0eab045a874107e078a857226a80ab912d
manifest
manifest.uuid
src/select.c
test/insert2.test