]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move user authentication blocking from sqlite3_prepare() over to the
authordrh <drh@noemail.net>
Thu, 11 Sep 2014 14:01:41 +0000 (14:01 +0000)
committerdrh <drh@noemail.net>
Thu, 11 Sep 2014 14:01:41 +0000 (14:01 +0000)
commitb2445d5ee8b58a4e9e006d697e14dae3f4c43cad
tree38b88322ceb59f7b66085041f0f916bcfa0a5996
parent32c6a48b5ec977fc849833f9c340b85893103074
Move user authentication blocking from sqlite3_prepare() over to the
table lock generator, thus allowing SQL statements (like
"PRAGMA locking_mode") that do not touch database content to run
prior to authentication.

FossilOrigin-Name: 70121e7cf868b7d6d19bf98794ddc3809a901456
manifest
manifest.uuid
src/build.c
src/pragma.c
src/prepare.c