]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_commit_status() API. For querying a connection for (a) the ranges...
authordan <Dan Kennedy>
Mon, 19 Jun 2023 18:16:19 +0000 (18:16 +0000)
committerdan <Dan Kennedy>
Mon, 19 Jun 2023 18:16:19 +0000 (18:16 +0000)
commitd095b2c3d58d166f19fa3c773e593cba723cdfb8
tree7063dc8765b0d20e6952355c533f376bddb21d4b
parente36b69a3477a5799c44a3295716109c56a77b316
Add the sqlite3_commit_status() API. For querying a connection for (a) the ranges of wal/wal2 frames written after a successful commit, and (b) the conflicting frame following a failed commit of a BEGIN CONCURRENT transaction.

FossilOrigin-Name: 4b08d4dad6b254a342353e3f765066c85cbc5450fe13501665c648627cca21cd
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/pager.c
src/pager.h
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/wal.c
src/wal.h
test/commitstatus.test [new file with mode: 0644]