]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Revise the sqlite_set_authorizer API to provide more detailed information
authordrh <drh@noemail.net>
Mon, 13 Jan 2003 23:27:31 +0000 (23:27 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Jan 2003 23:27:31 +0000 (23:27 +0000)
commite5f9c6442f4277bc6bc29987cbc3df5c1ff55514
treeebee71ac3e0d646809368ac165f753b560981ee9
parent1962bda76414921a526663e16d11602ce46dc212
Revise the sqlite_set_authorizer API to provide more detailed information
about the SQL statement being authorized.  Only partially tested so far. (CVS 830)

FossilOrigin-Name: 45de93f913a18026a45de6254963dbcd1b0f1a19
14 files changed:
manifest
manifest.uuid
src/auth.c
src/build.c
src/delete.c
src/insert.c
src/parse.y
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/trigger.c
src/update.c
test/auth.test