2014-09-11 14:01:41
— part of check-in
[70121e7cf8]
on branch user-auth
— 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.
(user:
drh
size: 28952)
2014-09-11 17:27:54
— part of check-in
[65884d4f81]
on branch trunk
— Add the SQLITE_USER_AUTHENTICATION extension to the trunk. This extension
is disabled by default. Special compilation procedures are need to enable
it.
(user:
drh
size: 28952)
2014-09-15 19:34:04
— part of check-in
[48d201cd8b]
on branch ota-update
— Remove the experimental sqlite3_transaction_save() and restore() APIs.
(user:
dan
size: 28952)
2014-09-21 22:49:20
— part of check-in
[6406b77f2c]
on branch sessions
— Merge all recent trunk changes into the sessions branch.
(user:
drh
size: 28952)