1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Further ideas on user authentication. Not yet working code.

FossilOrigin-Name: c8171ecd0d6f097c9e95d5f6643bae8d67f44750
This commit is contained in:
drh
2014-09-10 17:34:28 +00:00
parent d45309796b
commit e933b83f02
9 changed files with 117 additions and 101 deletions

View File

@@ -2570,10 +2570,6 @@ static int openDatabase(
db->aDb[0].pSchema = sqlite3SchemaGet(db, db->aDb[0].pBt);
db->aDb[1].pSchema = sqlite3SchemaGet(db, 0);
#if SQLITE_USER_AUTHENTICATION
db->auth.authFlags = UAUTH_Auth|UAUTH_Admin;
#endif
/* The default safety_level for the main database is 'full'; for the temp
** database it is 'NONE'. This matches the pager layer defaults.
*/