]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_unlock_notify() API. (CVS 6348)
authordanielk1977 <danielk1977@noemail.net>
Mon, 16 Mar 2009 13:19:36 +0000 (13:19 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Mon, 16 Mar 2009 13:19:36 +0000 (13:19 +0000)
commit404ca0757861f4de8d38b07eddd90378854adccd
treea527e09824163d15286d70e1cb7ded6817a741a2
parentb030434d935404147f2e37c51a9243d55369ecb0
Add the sqlite3_unlock_notify() API. (CVS 6348)

FossilOrigin-Name: b649a6cc5bfefddd6a04b1183647d2923e0a0daa
26 files changed:
main.mk
manifest
manifest.uuid
src/backup.c
src/btree.c
src/btreeInt.h
src/main.c
src/notify.c [new file with mode: 0644]
src/prepare.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test1.c
src/test_config.c
src/test_thread.c
src/vdbe.c
src/vdbeaux.c
src/vtab.c
test/backup.test
test/incrblob2.test
test/notify1.test [new file with mode: 0644]
test/notify2.test [new file with mode: 0644]
test/shared.test
test/tclsqlite.test
test/tkt2854.test
tool/mksqlite3c.tcl