]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the internal sqlite3VdbeAddOpList() interface to automatically update
authordrh <drh@noemail.net>
Wed, 3 Feb 2016 01:55:44 +0000 (01:55 +0000)
committerdrh <drh@noemail.net>
Wed, 3 Feb 2016 01:55:44 +0000 (01:55 +0000)
commit1b32554b80cd84bbc93075e5b4dd803bdcf65748
tree71679ee7134a15707c6f3563cec67fe2212cad7f
parentb06347a5dcab801ba317cbf36043f8f70df0deec
Enhance the internal sqlite3VdbeAddOpList() interface to automatically update
jump destinations.  Use this feature to simplify the AUTOINCREMENT code
generator.

FossilOrigin-Name: ae8b9d2edf1b5aef6108e729754911db7682b6a3
manifest
manifest.uuid
src/insert.c
src/pragma.c
src/sqliteInt.h
src/vdbeaux.c
src/vdbeblob.c