]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an sqlite3_set_last_insert_rowid() method. Use it to work around fts4 and set-last-insert-rowid
authordan <dan@noemail.net>
Mon, 27 Feb 2017 14:52:48 +0000 (14:52 +0000)
committerdan <dan@noemail.net>
Mon, 27 Feb 2017 14:52:48 +0000 (14:52 +0000)
commit9c58b63c18938a9bdbcc2f774de45747eec74fbc
tree5af43ff8ab5a2ce1d20cb3e5e731cff594cb13f4
parent2efd3488ba12c6d36763a9ef732647c33c56913c
Add an sqlite3_set_last_insert_rowid() method. Use it to work around fts4 and
fts5 modifying the last-insert-rowid unintuitively from within commit
processing.

FossilOrigin-Name: fe41bb5632a5d438acfd682809f1bd12315b970a
ext/fts3/fts3.c
ext/fts5/fts5_storage.c
ext/fts5/test/fts5lastrowid.test [new file with mode: 0644]
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
test/fts4lastrowid.test [new file with mode: 0644]