SQLite

All files named ”test/auth2.test”
Login

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

History for test/auth2.test

2016-07-28
18:38
[9eb7fce9f3] 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: 3815)
2014-09-11
13:44
[264c6af53c] 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: 4299)
2013-10-19
15:07
[c3b415b76c] part of check-in [56dca4a65c] Fix a bug causing an "malformed database schema error" error if a temp table with the same name as an existing table that has at least one temp trigger attached to it is created. (check-in: [56dca4a65c] user: dan branch: trunk, size: 4281)
2012-12-18
16:07
[a2a371aa6d] part of check-in [9b67c633d9] Resolve names in FROM-clause subqueries prior to resolving names in the result set expressions of a SELECT statement. (check-in: [9b67c633d9] user: drh branch: trunk, size: 4203)
2010-01-12
23:54
[270baddc8b] part of check-in [0209f17180] Make sure internal queries are well ordered, even when the reverse_unordered_selects pragma is in effect. Ticket [eb942c64a157]. (check-in: [0209f17180] user: drh branch: trunk, size: 4203)
2008-07-02
13:13
[ee3ba272e2] part of check-in [8b88b64bb3] Call the authorizer callback the same number of times whether or not the query flattening occurs. (CVS 5338) (check-in: [8b88b64bb3] user: danielk1977 branch: trunk, size: 4123)
2007-10-12
20:42
[65ac294b8d] part of check-in [e756bc9b74] Do not invoke the authorizer when reparsing the schema after a schema change or when trying to figure out the result set of a view. (CVS 4488) (check-in: [e756bc9b74] user: drh branch: trunk, size: 4115)
2006-08-24
14:59
Added: [8da06f0ffc] part of check-in [4547c81f7d] Enhance the sqlite3_set_authorizer() callback so that it provides callbacks on each SQL function that is invoked. (CVS 3365) (check-in: [4547c81f7d] user: drh branch: trunk, size: 1772)