]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial check-in of the code for the new sqlite_set_authorizer() API function.
authordrh <drh@noemail.net>
Sun, 12 Jan 2003 18:02:16 +0000 (18:02 +0000)
committerdrh <drh@noemail.net>
Sun, 12 Jan 2003 18:02:16 +0000 (18:02 +0000)
commited6c8671b342e9b3793e2603e7f098ba4fc092a4
tree1243d500342286b978543d20e5c88264cedfa2e5
parent49f0936ec79dcbdbd80134151658615726643fa1
Initial check-in of the code for the new sqlite_set_authorizer() API function.
The code is mostly untested at this point. (CVS 827)

FossilOrigin-Name: 52d5007f64d0af5286b2a0e1f0b9e53c86bece3f
17 files changed:
Makefile.in
main.mk
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/main.c
src/pager.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/trigger.c
src/update.c
src/util.c