]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the code generator for INSERT INTO ... SELECT so that the SELECT
authordrh <drh@noemail.net>
Sun, 16 Feb 2014 01:55:49 +0000 (01:55 +0000)
committerdrh <drh@noemail.net>
Sun, 16 Feb 2014 01:55:49 +0000 (01:55 +0000)
commit05a86c5c0f0467098c4f6a333bf6daa1fbe443c1
treea85dc0c1ba07806ce5bbb75523cc7d800e5d5316
parentcfc6ca41797342ea1d572c982a416024528b7ccd
Enhance the code generator for INSERT INTO ... SELECT so that the SELECT
generates output directly in the registers that INSERT INTO will be using,
in many cases, and OP_SCopy operations can thus be avoided.

FossilOrigin-Name: aa2d8b0e8154dd2f5e2c837dc11ab362b083495b
manifest
manifest.uuid
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/vdbe.c
test/insert.test
test/insert4.test