SQLite

Changes On Branch set-last-insert-rowid
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch set-last-insert-rowid Excluding Merge-Ins

This is equivalent to a diff from 660f9569 to fe41bb56

2017-02-27
16:15
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. (check-in: 952a3906 user: dan tags: trunk)
14:52
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. (Closed-Leaf check-in: fe41bb56 user: dan tags: set-last-insert-rowid)
12:23
Remove references to special handling in virtual table methods from the documentation for sqlite3_last_insert_rowid(). (check-in: 660f9569 user: dan tags: trunk)
2017-02-25
20:57
Add an 'extern "C"' block to header file sqlite3userauth.h. (check-in: ffd61fb4 user: dan tags: trunk)

Changes to ext/fts3/fts3.c.

Changes to ext/fts5/fts5_storage.c.

Added ext/fts5/test/fts5lastrowid.test.

Changes to src/main.c.

Changes to src/sqlite.h.in.

Added test/fts4lastrowid.test.