]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an option to register global hooks used for logging all SQL executed by an applic...
authordan <dan@noemail.net>
Mon, 26 Nov 2012 19:50:41 +0000 (19:50 +0000)
committerdan <dan@noemail.net>
Mon, 26 Nov 2012 19:50:41 +0000 (19:50 +0000)
commitac4559393136c11be004555abafef53f7e9a6b7a
tree1a6164f1b73d626bbca00ab8d97425ade3c9c043
parent6d405c2cb7e19cc9ef250159f1fc4a9aecc5b714
Add an option to register global hooks used for logging all SQL executed by an application.

FossilOrigin-Name: cd501bbccf3e62b002317592cc331770b32c129a
main.mk
manifest
manifest.uuid
src/global.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test_sqllog.c [new file with mode: 0644]
src/vdbeaux.c