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