index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
attach.test
Commit message (
Expand
)
Author
Age
*
In Tcl, always use eq/ne for comparing strings, not ==/!=
jan.nijtmans
2025-03-27
*
Do not confuse the constant SQLITE_MAX_ATTACHED with the maximum number of
drh
2021-03-10
*
Allow "main" to be used to refer to the main database even after SQLITE_DBCON...
dan
2020-03-20
*
Update some test cases to account for SQLITE_OMIT_VIRTUAL_TABLE builds.
dan
2018-11-28
*
Fix a test case so that it works on windows.
drh
2018-11-16
*
Enhance triggers so that they can use table-valued-functions that exist in
drh
2018-11-02
*
Fix a register allocation problem in PRAGMA integrity_check that caused
drh
2017-07-15
*
Update error message text for standard error codes to better describe the
drh
2017-07-10
*
All temp.sqlite_master to be used as an alias for sqlite_temp_master.
drh
2016-12-16
*
Handle very large URI pathnames for in-memory shared-cache databases.
drh
2015-03-31
*
Add the sqlite3_db_filename() interface.
drh
2011-11-17
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Increase the upper bound on SQLITE_MAX_ATTACHED from 30 to 62.
drh
2011-03-23
*
Update test cases to account for the change in the previous commit.
dan
2010-11-18
*
Add test cases for ticket [abe728bbc311].
drh
2009-12-08
*
Fix cut-and-paste error affecting a couple of attach tests on Windows.
shaneh
2009-12-03
*
Add a test to make sure a database can be attached to a single handle twice i...
dan
2009-11-20
*
Refinements in expression handling logic that have resulted from recent
drh
2009-05-29
*
Additional refinements to Expr handling. Restore compression of trigger
drh
2009-05-28
*
Simplifications to the Expr object: Remove Expr.span completely and convert
drh
2009-05-27
*
Remove leftover debugging commands (breakpoint and btree_breakpoint) from
drh
2008-07-12
*
Add the sqlite3_result_error_code() application interface. Use it in the
drh
2008-02-06
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Fixes for compilation/testing when the various OMIT macros are defined. (CVS ...
danielk1977
2007-09-12
*
Improvements to mutex asserts. The quick test runs to completion without
drh
2007-08-29
*
Fix a problem with strange expressions being fed to an ATTACH or DETACH
drh
2007-05-09
*
Syntax errors override errors from the code generator, not the other
drh
2006-05-25
*
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS ...
danielk1977
2006-01-16
*
Make the OsFile structure opaque with its internal structure known only to
drh
2005-11-29
*
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
danielk1977
2005-03-29
*
Allow the database name in a DETACH statement to be quoted.
drh
2005-03-15
*
Print an error message and quit if the regression tests are run as root.
drh
2005-03-02
*
Modifications and bugfixes so that the test suite passes with the TCL stateme...
danielk1977
2005-01-24
*
ATTACH and DETACH cause prepared statements to expire.
drh
2005-01-23
*
Final preparations for the 3.1.0 alpha release. (CVS 2255)
drh
2005-01-21
*
Improve test coverage for minimum feature builds. (CVS 2254)
danielk1977
2005-01-21
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macr...
danielk1977
2005-01-21
*
Have tests pass when SQLITE_OMIT_SCHEMA_PRAGMAS is defined. (CVS 2144)
danielk1977
2004-11-23
*
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
danielk1977
2004-11-22
*
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
danielk1977
2004-11-22
*
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
drh
2004-11-04
*
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
drh
2004-11-04
*
Insert #ifdefs that can optionally remove features at compiletime resulting
drh
2004-10-31
*
Be more agressive about not creating or opening the TEMP database if there
drh
2004-08-18
*
Fix a memory leak when the auxiliary data of a database structure is used. (C...
drh
2004-08-01
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Start all transactions and verify all schema cookies near the beginning of
drh
2004-06-09
*
Progress towards getting locking to work on windows. (CVS 1536)
drh
2004-06-07
*
Get the attach.test working on windows. (CVS 1508)
drh
2004-05-31
*
Remove the <ON CONFLICT> clause from BEGIN (CVS 1501)
danielk1977
2004-05-31
[next]