]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update the authorizer API so that it reports the database that table and
authordrh <drh@noemail.net>
Tue, 22 Apr 2003 20:30:37 +0000 (20:30 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Apr 2003 20:30:37 +0000 (20:30 +0000)
commite22a334b782e5434cc1858eeb2f90c0148ff802d
tree6f4753183edc52c0c3c0259713c2e26da42c2863
parent383723795905cdc580dc04374b99f4539bfac1a6
Update the authorizer API so that it reports the database that table and
indices belong to and so that it reports when actions are taken in response
to a trigger. (CVS 928)

FossilOrigin-Name: c675a5504138f34cae6def782b5d3add2c67d2bc
18 files changed:
manifest
manifest.uuid
src/auth.c
src/build.c
src/copy.c
src/delete.c
src/expr.c
src/insert.c
src/pragma.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/test1.c
src/trigger.c
src/update.c
test/auth.test
test/tclsqlite.test