]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the INSERT, DELETE, and UPDATE code generators to distinguish between
authordrh <drh@noemail.net>
Thu, 31 Oct 2013 11:15:09 +0000 (11:15 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Oct 2013 11:15:09 +0000 (11:15 +0000)
commit26198bb48117c93ffc6e6fc1d4d7a945a9f1ddf5
tree549a6632d1e742014e7606ed9a1483d19f7ba916
parent6fbe41acf20e91a44073896fd52473b70b2d9aea
Refactor the INSERT, DELETE, and UPDATE code generators to distinguish between
the "data cursor" and the "first index cursor", which are no longer consecutive
in the case of a WITHOUT ROWID table.

FossilOrigin-Name: 1adfca6019847d37dee4a297669f29d5ca184066
manifest
manifest.uuid
src/delete.c
src/insert.c
src/pragma.c
src/sqliteInt.h
src/update.c
src/vdbe.c
src/vdbeaux.c
test/without_rowid1.test