]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use a intermediate table when inserting a TEMP table from a SELECT that
authordrh <drh@noemail.net>
Thu, 3 Apr 2003 01:50:44 +0000 (01:50 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Apr 2003 01:50:44 +0000 (01:50 +0000)
commit048c530c01a058956e049a5f68360b39a5a65ee5
tree9236fa8ed2d2b95fd9c2f9e58e70edb7a2c2cc9f
parentb95a8864c9bbe96007d44c9d7020e4f23bd60f60
Use a intermediate table when inserting a TEMP table from a SELECT that
reads from that same TEMP table.  Ticket #275. (CVS 895)

FossilOrigin-Name: 087d1e83af12b3a9aedd4945f02774a1043b1eb4
manifest
manifest.uuid
src/insert.c
src/vdbe.c
src/vdbe.h
test/insert.test