index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
auth.test
Commit message (
Expand
)
Author
Age
*
Fix some test scripts that were failing with SQLITE_OMIT_VIRTUALTABLE builds.
dan
2023-02-06
*
A call to sqlite3_declare_vtab() should not cause DML/DDL authorization
drh
2022-12-29
*
Fix ALTER TABLE DROP COLUMN so that it invokes the authorizer. Fix for
drh
2022-01-18
*
In the authorizer, use SQLITE_DROP_INDEX, not SQLITE_DROP_TEMP_INDEX
drh
2021-06-14
*
Remove support for STAT3. The sqlite_stat3 tables are ignored, if they
drh
2019-08-08
*
Fix a compilation issue in the "userauth" extension. Also fix a few test
dan
2018-09-19
*
Fix a problem in ALTER TABLE with SQLITE_OMIT_VIRTUALTABLE builds.
dan
2018-09-06
*
Invoke the authorizer for ALTER TABLE RENAME COLUMN.
drh
2018-08-25
*
Add another test case for the new authorizer functionality.
dan
2017-05-11
*
New requirements marks and documentation for the authorizer.
drh
2017-05-11
*
Invoke the SQLITE_READ authorizer callback with a NULL column name for any
drh
2017-05-10
*
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
drh
2016-12-16
*
Test that the view name is passed to the authorization callback when a SELECT...
dan
2016-04-04
*
Add support for the extra parameter on the sqlite3_set_authorizer() callback
drh
2014-09-11
*
Add the ability for the authorizer callback to disallow recursive
drh
2014-01-16
*
If ENABLE_STAT3 is defined but ENABLE_STAT4 is not, have ANALYZE create and p...
dan
2013-08-12
*
Begin adding experimental sqlite_stat4 table. This commit is buggy.
dan
2013-08-03
*
Make sure the authorizer callback gets a valid pointer to "ROWID" for the
drh
2013-05-06
*
Fix a problem with resolving "db.view.column" references that appear in UPDAT...
dan
2013-03-09
*
Purge lingering references to SQLITE_STAT2 from the code and test scripts.
drh
2011-10-21
*
Begin a branch that experimentally replaces sqlite_stat2 with a new table
drh
2011-08-12
*
Fix the ATTACH command so that the filename argument can be any expression
drh
2011-02-04
*
Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1
drh
2010-09-25
*
Check in implementation of foreign key constraints.
dan
2009-09-19
*
Fix some authorization callback problems.
dan
2009-08-31
*
Add the SQLITE_ENABLE_STAT2 macro. If this is not defined at build-time, the ...
dan
2009-08-19
*
First version of sqlite_stat2 (schema forces exactly 10 samples).
dan
2009-08-17
*
Fix to sqlite3AuthRead to accommodate "new" or "old" references that are used...
danielk1977
2009-07-02
*
Work toward cleaning up the authorizer interface. Work is on-going. This
drh
2009-05-04
*
If an SQLITE_DELETE authorization callback returns SQLITE_IGNORE, proceed wit...
danielk1977
2008-10-27
*
Call the authorizer callback the same number of times whether or not the quer...
danielk1977
2008-07-02
*
Do not attempt to omit unused columns of a view in an instead-of trigger
drh
2008-04-15
*
When materializing a view for an UPDATE or DELETE make use of the WHERE
drh
2008-02-12
*
Optimize trigger compilation to avoid populating the OLD.* and NEW.* pseudo-t...
danielk1977
2008-01-01
*
Modify the Tcl interface to use sqlite3_prepare_v2(). (CVS 4542)
danielk1977
2007-11-13
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Enhance the sqlite3_set_authorizer() callback so that it provides callbacks
drh
2006-08-24
*
Add tests (and fixes) for the virtual table transaction interface. (CVS 3265)
danielk1977
2006-06-17
*
When updating a view, invoke the authorization callback for reading the view ...
danielk1977
2006-06-17
*
Authorization callback on the ALTER TABLE ADD COLUMN command.
drh
2006-01-31
*
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
danielk1977
2006-01-17
*
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...
danielk1977
2006-01-16
*
Fix some of the issues raised in #1615. (CVS 2959)
danielk1977
2006-01-16
*
Make sure the authenticator does not try to authenticate columns in
drh
2006-01-13
*
Fix authentication so that it works with AS aliases. Ticket #1338. (CVS 2570)
drh
2005-07-29
*
Full-coverage testing and documentation for the ANALYZE command. The
drh
2005-07-23
*
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
danielk1977
2005-03-29
*
Modifications and bugfixes so that the test suite passes with the TCL stateme...
danielk1977
2005-01-24
*
Add authorization callbacks for REINDEX. (CVS 2148)
danielk1977
2004-11-23
*
Have tests pass when SQLITE_OMIT_SCHEMA_PRAGMAS is defined. (CVS 2144)
danielk1977
2004-11-23
[next]