]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add logical (range-based) conflict detection to BEGIN CONCURRENT transactions execute... bedrock-lcd
authordan <Dan Kennedy>
Mon, 16 Feb 2026 20:20:02 +0000 (20:20 +0000)
committerdan <Dan Kennedy>
Mon, 16 Feb 2026 20:20:02 +0000 (20:20 +0000)
commit438787c3b16c6e5003be201113038a8401eda1ae
tree005b3e7b9bb0c73d40061944020a12d7753129d9
parente34ccf85cf594f1d3c622bb858c227620edf0482
Add logical (range-based) conflict detection to BEGIN CONCURRENT transactions executed within a single process.

FossilOrigin-Name: 3e1cbc04c5d28183a39d82ef281274e2fc4ebacf935639add88267a539d852ac
16 files changed:
main.mk
manifest
manifest.tags
manifest.uuid
src/bcrecord.c [new file with mode: 0644]
src/btree.c
src/btreeInt.h
src/global.c
src/main.c
src/pager.c
src/pager.h
src/sqliteInt.h
src/wal.c
src/wal.h
test/concurrentA.test [new file with mode: 0644]
tool/mksqlite3c.tcl