aboutsummaryrefslogtreecommitdiff
path: root/test/auth.test
Commit message (Expand)AuthorAge
* Fix some test scripts that were failing with SQLITE_OMIT_VIRTUALTABLE builds.dan2023-02-06
* A call to sqlite3_declare_vtab() should not cause DML/DDL authorizationdrh2022-12-29
* Fix ALTER TABLE DROP COLUMN so that it invokes the authorizer. Fix fordrh2022-01-18
* In the authorizer, use SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEXdrh2021-06-14
* Remove support for STAT3. The sqlite_stat3 tables are ignored, if theydrh2019-08-08
* Fix a compilation issue in the "userauth" extension. Also fix a few testdan2018-09-19
* Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds.dan2018-09-06
* Invoke the authorizer for ALTER TABLE RENAME COLUMN.drh2018-08-25
* Add another test case for the new authorizer functionality.dan2017-05-11
* New requirements marks and documentation for the authorizer.drh2017-05-11
* Invoke the SQLITE_READ authorizer callback with a NULL column name for anydrh2017-05-10
* All temp.sqlite_master to be used as an alias for sqlite_temp_master.drh2016-12-16
* Test that the view name is passed to the authorization callback when a SELECT...dan2016-04-04
* Add support for the extra parameter on the sqlite3_set_authorizer() callbackdrh2014-09-11
* Add the ability for the authorizer callback to disallow recursivedrh2014-01-16
* If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and p...dan2013-08-12
* Begin adding experimental sqlite_stat4 table. This commit is buggy.dan2013-08-03
* Make sure the authorizer callback gets a valid pointer to "ROWID" for thedrh2013-05-06
* Fix a problem with resolving "db.view.column" references that appear in UPDAT...dan2013-03-09
* Purge lingering references to SQLITE_STAT2 from the code and test scripts.drh2011-10-21
* Begin a branch that experimentally replaces sqlite_stat2 with a new tabledrh2011-08-12
* Fix the ATTACH command so that the filename argument can be any expressiondrh2011-02-04
* Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1drh2010-09-25
* Check in implementation of foreign key constraints.dan2009-09-19
* Fix some authorization callback problems.dan2009-08-31
* Add the SQLITE_ENABLE_STAT2 macro. If this is not defined at build-time, the ...dan2009-08-19
* First version of sqlite_stat2 (schema forces exactly 10 samples).dan2009-08-17
* Fix to sqlite3AuthRead to accommodate "new" or "old" references that are used...danielk19772009-07-02
* Work toward cleaning up the authorizer interface. Work is on-going. Thisdrh2009-05-04
* If an SQLITE_DELETE authorization callback returns SQLITE_IGNORE, proceed wit...danielk19772008-10-27
* Call the authorizer callback the same number of times whether or not the quer...danielk19772008-07-02
* Do not attempt to omit unused columns of a view in an instead-of triggerdrh2008-04-15
* When materializing a view for an UPDATE or DELETE make use of the WHEREdrh2008-02-12
* Optimize trigger compilation to avoid populating the OLD.* and NEW.* pseudo-t...danielk19772008-01-01
* Modify the Tcl interface to use sqlite3_prepare_v2(). (CVS 4542)danielk19772007-11-13
* Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...danielk19772007-10-09
* Enhance the sqlite3_set_authorizer() callback so that it provides callbacksdrh2006-08-24
* Add tests (and fixes) for the virtual table transaction interface. (CVS 3265)danielk19772006-06-17
* When updating a view, invoke the authorization callback for reading the view ...danielk19772006-06-17
* Authorization callback on the ALTER TABLE ADD COLUMN command.drh2006-01-31
* Test suite fixes for builds that define OMIT symbols. (CVS 2962)danielk19772006-01-17
* Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...danielk19772006-01-16
* Fix some of the issues raised in #1615. (CVS 2959)danielk19772006-01-16
* Make sure the authenticator does not try to authenticate columns indrh2006-01-13
* Fix authentication so that it works with AS aliases. Ticket #1338. (CVS 2570)drh2005-07-29
* Full-coverage testing and documentation for the ANALYZE command. Thedrh2005-07-23
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
* Modifications and bugfixes so that the test suite passes with the TCL stateme...danielk19772005-01-24
* Add authorization callbacks for REINDEX. (CVS 2148)danielk19772004-11-23
* Have tests pass when SQLITE_OMIT_SCHEMA_PRAGMAS is defined. (CVS 2144)danielk19772004-11-23