SQLite

All files named ”test/auth3.test”
Login

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

History for test/auth3.test

2021-10-01
20:39
[76d20a7fa1] part of check-in [2f7c946c5f] Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. (check-in: [2f7c946c5f] user: dan branch: trunk, size: 3622)
2017-05-11
13:43
[db21405b95] part of check-in [3980ea0911] New requirements marks and documentation for the authorizer. (check-in: [3980ea0911] user: drh branch: trunk, size: 3571)
2016-12-16
01:00
[0d48b901cf] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 3327)
2016-07-28
18:38
[b810826b19] part of check-in [805d01cdab] Disable the authorizer callback when reparsing the schema. This avoids undesirable authorization failures following an ALTER TABLE. (check-in: [805d01cdab] user: drh branch: trunk, size: 3327)
2014-09-11
13:44
[5cfa94ed90] part of check-in [596e728b0e] 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 branch: user-auth, size: 2687)
2009-05-04
01:58
[a4755e6a2a] part of check-in [694662f786] Work toward cleaning up the authorizer interface. Work is on-going. This is an incremental check-in. (CVS 6598) (check-in: [694662f786] user: drh branch: trunk, size: 2682)
2008-10-27
15:34
Added: [b3308950d3] part of check-in [65a2e13173] If an SQLITE_DELETE authorization callback returns SQLITE_IGNORE, proceed with the delete operation but disable the truncate optimization. (CVS 5845) (check-in: [65a2e13173] user: danielk1977 branch: trunk, size: 2777)