SQLite

Check-in [2f6d8f32ee]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Reorder parameters on the sqlite3_user_*() interfaces for consistency. Add the first TCL test cases.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | user-auth
Files: files | file ages | folders
SHA1: 2f6d8f32eef526b5912f42ab467e3c7812480d8b
User & Date: drh 2014-09-11 00:27:53.371
Context
2014-09-11
13:44
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. (check-in: 596e728b0e user: drh tags: user-auth)
00:27
Reorder parameters on the sqlite3_user_*() interfaces for consistency. Add the first TCL test cases. (check-in: 2f6d8f32ee user: drh tags: user-auth)
2014-09-10
22:46
Complete the implementation of the various APIs. Fix several problems. This is another incremental check-in that does not completely work. (check-in: 4eaaa7fa87 user: drh tags: user-auth)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/userauth/sqlite3userauth.h.
Changes to ext/userauth/user-auth.txt.
Changes to ext/userauth/userauth.c.
Changes to src/shell.c.
Changes to src/test1.c.
Added test/userauth01.test.