SQLite

Check-in [a0455f9deb]
Login

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

Overview
Comment:Add the ".user" shell command and implement the sqlite3_user_add() routine. Incremental check-in. The code compiles but does not work.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | user-auth
Files: files | file ages | folders
SHA1: a0455f9deb603bf91684158d911269622720fc1a
User & Date: drh 2014-09-10 19:01:14.206
Context
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)
19:01
Add the ".user" shell command and implement the sqlite3_user_add() routine. Incremental check-in. The code compiles but does not work. (check-in: a0455f9deb user: drh tags: user-auth)
17:34
Further ideas on user authentication. Not yet working code. (check-in: c8171ecd0d user: drh tags: user-auth)
Changes
Unified Diff Side-by-Side Diff Patch
Name change from ext/userauth/userauth.h to ext/userauth/sqlite3userauth.h.
Changes to ext/userauth/userauth.c.
Changes to main.mk.
Changes to src/func.c.
Changes to src/prepare.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.