]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the extra parameter on the sqlite3_set_authorizer() callback
authordrh <drh@noemail.net>
Thu, 11 Sep 2014 13:44:52 +0000 (13:44 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Sep 2014 13:44:52 +0000 (13:44 +0000)
commit32c6a48b5ec977fc849833f9c340b85893103074
tree5447aaed784dac0b0d37aef340ce4bb99e0d9afd
parentd39c40ff5e89601a242f004faa45735e80275fcb
Add support for the extra parameter on the sqlite3_set_authorizer() callback
and support for failing an ATTACH with an authentication-required database
using bad credentials.  The extension is now feature complete, but much
testing and bug-fixing remains.

FossilOrigin-Name: 596e728b0eb19a34c888e33d4d37978ca2bf1e00
17 files changed:
ext/userauth/user-auth.txt
manifest
manifest.uuid
src/attach.c
src/auth.c
src/build.c
src/prepare.c
src/sqliteInt.h
src/tclsqlite.c
test/auth.test
test/auth2.test
test/auth3.test
test/fkey2.test
test/fts4aa.test
test/savepoint.test
test/vtab3.test
test/without_rowid3.test