Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/attach3.test
2021-05-10
| ||
13:28 | [d27f735d49] part of check-in [905085a75d] Add new output columns to the "PRAGMA database_list" statement. (check-in: [905085a75d] user: drh branch: database-list-enhancement, size: 7148) | |
2016-12-16
| ||
01:00 | [c59d927910] part of check-in [8d646905b8] All temp.sqlite_master to be used as an alias for sqlite_temp_master. (check-in: [8d646905b8] user: drh branch: trunk, size: 7120) | |
2013-12-19
| ||
16:26 | [359eb65d00] part of check-in [ca3fdfd419] Make sure errors encountered while initializing extensions such as FTS4 get reported out from sqlite3_open(). This fixes a bug introduced by check-in [9d347f547e7ba9]. Also remove lots of forgotten "breakpoint" commands left in test scripts over the years. (check-in: [ca3fdfd419] user: drh branch: trunk, size: 7120) | |
2011-08-02
| ||
00:57 | [d89ccfe4fe] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 7131) | |
2009-09-01
| ||
17:11 | [bd9830bc3a] part of check-in [e016cca363] Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Also a fix for compiling with OMIT_TRIGGER defined. (check-in: [e016cca363] user: dan branch: trunk, size: 7145) | |
2009-08-31
| ||
05:23 | [ab28cc3098] part of check-in [31199db0f7] Fix another test problem and some instances where an OOM may cause a segfault. (check-in: [31199db0f7] user: dan branch: trunk, size: 7151) | |
2009-08-28
| ||
18:53 | [512521ba94] part of check-in [9b9c192115] Changes to support recursive triggers. (check-in: [9b9c192115] user: dan branch: trunk, size: 6918) | |
2007-10-09
| ||
08:29 | [7b92dc8e40] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 6907) | |
2006-06-20
| ||
11:01 | [eafcafb107] part of check-in [c6ea353bd9] Modifications so that compilation and testing with the various OMIT macros defined works. (CVS 3276) (check-in: [c6ea353bd9] user: danielk1977 branch: trunk, size: 6862) | |
2006-05-25
| ||
11:52 | [fc0302e8fe] part of check-in [79a818bb05] Handle NULL database names in ATTACH and DETACH as if they were empty strings. Ticket #1825. (CVS 3191) (check-in: [79a818bb05] user: drh branch: trunk, size: 6728) | |
2005-03-29
| ||
03:10 | [63013383ad] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 5384) | |
2004-11-22
| ||
08:43 | [c05c70b933] part of check-in [711e8d7695] Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132) (check-in: [711e8d7695] user: danielk1977 branch: trunk, size: 5317) | |
2004-11-10
| ||
15:27 | [8a0309e284] part of check-in [0747b55882] Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087) (check-in: [0747b55882] user: danielk1977 branch: trunk, size: 5280) | |
2004-11-05
| ||
05:20 | [287af46653] part of check-in [9d259d48de] Fix a bug in the previous check-in. (CVS 2061) (check-in: [9d259d48de] user: drh branch: trunk, size: 5209) | |
05:10 | [4a22dd620a] part of check-in [ac2d5a605c] More use of sqlite3NestedParse. This version of the code does not work. (CVS 2060) (check-in: [ac2d5a605c] user: drh branch: trunk, size: 5209) | |
2004-11-04
| ||
04:42 | [742c932d71] part of check-in [c33b3a6137] All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) (check-in: [c33b3a6137] user: drh branch: trunk, size: 5212) | |
2004-07-19
| ||
00:56 | [6d060986ff] part of check-in [c22f9feb1b] A failed ATTACH leaves the database in a consistent state. Ticket #811. (CVS 1811) (check-in: [c22f9feb1b] user: drh branch: trunk, size: 5170) | |
2004-06-19
| ||
02:22 | [c4cc0b8067] part of check-in [1f43219a74] Fix for #764. When reloading the schema, load the temp schema last. (CVS 1628) (check-in: [1f43219a74] user: danielk1977 branch: trunk, size: 4809) | |
00:16 | [0ac01a2baf] part of check-in [d705d051be] Change the name of the TCL command from "sqlite" to "sqlite3" so that both SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) (check-in: [d705d051be] user: drh branch: trunk, size: 4601) | |
2004-06-07
| ||
07:52 | [8259ab833b] part of check-in [983221b038] Add pragma to set/get text encoding. Also fix an obscure problem where a temp trigger could be accidently dropped. (CVS 1537) (check-in: [983221b038] user: danielk1977 branch: trunk, size: 4608) | |
2004-05-29
| ||
10:23 | [d384ac2e59] part of check-in [4feb4b9a71] Fix vacuum so that it works with blobs. (CVS 1490) (check-in: [4feb4b9a71] user: danielk1977 branch: trunk, size: 4060) | |
02:37 | [65c52f1e5f] part of check-in [4060a37d0b] Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488) (check-in: [4060a37d0b] user: danielk1977 branch: trunk, size: 4064) | |
2004-05-28
| ||
12:33 | [8c55071e46] part of check-in [ad879a957d] Allow CREATE and DROP VIEW on attached databases. (CVS 1485) (check-in: [ad879a957d] user: danielk1977 branch: trunk, size: 3327) | |
12:11 | [abf067bfc6] part of check-in [2fb3708e10] Allow DROP TABLE and DROP INDEX on attached databases. (CVS 1484) (check-in: [2fb3708e10] user: danielk1977 branch: trunk, size: 2837) | |
11:37 | Added: [2cdfb3933e] part of check-in [4984a130cc] Allow CREATE TABLE and CREATE INDEX on attached databases. (CVS 1483) (check-in: [4984a130cc] user: danielk1977 branch: trunk, size: 1869) | |