]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)
authordrh <drh@noemail.net>
Thu, 3 Apr 2003 15:46:04 +0000 (15:46 +0000)
committerdrh <drh@noemail.net>
Thu, 3 Apr 2003 15:46:04 +0000 (15:46 +0000)
commit0d1a643aea56be804e9bb1a2131aa500a55eea54
treed7d65bdcfc0d1cdd15a1d99088b0a8018b22ae79
parent048c530c01a058956e049a5f68360b39a5a65ee5
Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896)

FossilOrigin-Name: 5efbf62313519d0a6e8b8f5dbb29d3ef428d73e8
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/vdbe.c
test/hook.test [new file with mode: 0644]
test/tclsqlite.test