Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/misc2.test
2011-08-02
| ||
00:57 | 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. file: [00d7de54] check-in: [9007586f] user: mistachkin branch: winopen-retry-logic, size: 11165 | |
2009-09-01
| ||
17:11 | Change "PRAGMA disable_recursive_triggers" to "PRAGMA recursive_triggers". Also a fix for compiling with OMIT_TRIGGER defined. file: [a628db7b] check-in: [e016cca3] user: dan branch: trunk, size: 11186 | |
2009-08-30
| ||
11:42 | Fixes for new triggers scheme. file: [0bd5a449] check-in: [9eb91efd] user: dan branch: trunk, size: 11198 | |
2007-09-12
| ||
17:01 | Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) file: [1ee89298] check-in: [c8405b15] user: danielk1977 branch: trunk, size: 10913 | |
2007-04-06
| ||
01:03 | Make sure the sqlite3BtreePrevious() routine terminates properly if the table is deleted out from under it. Ticket #2286. This bug was discovered while trying to increase test coverage from 98.5% to 99% - once again showing the value of full coverage testing. (CVS 3818) file: [d35faf7d] check-in: [bebf8d2f] user: drh branch: trunk, size: 10494 | |
2006-09-29
| ||
14:01 | Make sure memory does not leak when patching up column names so that they are unique in a join or view. Tickets #1952 and #2002. (CVS 3451) file: [0b45deed] check-in: [fcde6391] user: drh branch: trunk, size: 8158 | |
2006-08-16
| ||
16:42 | Allows UPDATE, INSERT, and DELETEs to occur while a SELECT is pending on the same table. (CVS 3355) file: [9740c2fb] check-in: [8c52d2ad] user: drh branch: trunk, size: 7982 | |
2006-01-17
| ||
09:35 | Test suite fixes for builds that define OMIT symbols. (CVS 2962) file: [09388e5a] check-in: [3a54a33d] user: danielk1977 branch: trunk, size: 6877 | |
2006-01-14
| ||
08:02 | Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943) file: [17949ae3] check-in: [8e79a0c2] user: danielk1977 branch: trunk, size: 6868 | |
2005-04-29
| ||
02:10 | Prevent a segfault described by ticket #1229. (CVS 2450) file: [5c699af2] check-in: [0667eae9] user: drh branch: trunk, size: 6819 | |
2005-03-29
| ||
03:10 | Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) file: [d51379cc] check-in: [c41d5544] user: danielk1977 branch: trunk, size: 6326 | |
2005-01-21
| ||
04:25 | Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252) file: [fc052267] check-in: [d4e19efc] user: danielk1977 branch: trunk, size: 6223 | |
2005-01-20
| ||
02:17 | Fix some test scripts so that they work with a minimal build configuration. (CVS 2241) file: [51f45f56] check-in: [d267fb3c] user: danielk1977 branch: trunk, size: 6164 | |
2004-11-22
| ||
15:05 | Fix a couple of extra test-suite problems with SQLITE_OMIT_VIEW. (CVS 2139) file: [bc852f16] check-in: [894c142d] user: danielk1977 branch: trunk, size: 6083 | |
13:35 | Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138) file: [a655f245] check-in: [007be591] user: danielk1977 branch: trunk, size: 6042 | |
10:02 | Back out changes allowing writes to tables that have open cursors. (CVS 2134) file: [d3bea4b8] check-in: [af635cab] user: danielk1977 branch: trunk, size: 6042 | |
08:43 | Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132) file: [851e63fc] check-in: [711e8d76] user: danielk1977 branch: trunk, size: 4872 | |
2004-11-16
| ||
15:50 | Perform deletes in a single pass. (CVS 2104) file: [53cf5e93] check-in: [a2e1c35b] user: danielk1977 branch: trunk, size: 4816 | |
2004-11-04
| ||
04:42 | All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) file: [9d9403f7] check-in: [c33b3a61] user: drh branch: trunk, size: 5978 | |
2004-06-19
| ||
00:16 | 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) file: [703734f5] check-in: [d705d051] user: drh branch: trunk, size: 5937 | |
2003-12-17
| ||
23:57 | Make sure the pagers in-memory cache states in sync with the disk file. Ticket #529. (CVS 1133) file: [10c2ce26] check-in: [da00efb1] user: drh branch: trunk, size: 5934 | |
2003-12-10
| ||
01:31 | Fix the code generator to a void a VDBE stack overflow on 3-way joins. Ticket #519. (CVS 1129) file: [b5813a4a] check-in: [230a4ff2] user: drh branch: trunk, size: 5921 | |
2003-09-12
| ||
02:08 | The tokenizer should never return a negative size of the next token. Ticket #453. (CVS 1098) file: [5818bfaf] check-in: [4fbca3ab] user: drh branch: trunk, size: 4766 | |
2003-08-27
| ||
22:54 | Add locks to the in-memory backend so that recursive writes will be detected and rejected. Ticket #436. (CVS 1089) file: [d7bc75fa] check-in: [3403d28a] user: drh branch: trunk, size: 4528 | |
2003-08-26
| ||
11:25 | If the database filename is an empty string, open a temporary file to hold the database. Ticket #432. (CVS 1085) file: [48f1f218] check-in: [da53369f] user: drh branch: trunk, size: 3360 | |
2003-07-30
| ||
12:34 | The {quote: SrcList} object was not being expanded correctly by a call to sqliteSrcListAppend() if the {quote: SrcList} had previously been duplicated by a call to sqliteSrcListDup(). Ticket #416. This check-in fixes that problem by keeping a separate nAlloc field on {quote: SrcList}. A similar change is made to {quote: IdList} and {quote: ExprList} to avoid future problems. (CVS 1067) file: [6400032f] check-in: [da627325] user: drh branch: trunk, size: 3027 | |
2003-07-27
| ||
17:16 | In the VDBE, when an integer value will not fit into a 32-bit int, store it in a double instead. Ticket #408. (CVS 1064) file: [d8a0b593] check-in: [7514c3db] user: drh branch: trunk, size: 2502 | |
2003-07-09
| ||
16:34 | An an extra test associated with ticket #387. (CVS 1050) file: [36410e37] check-in: [6a07ac37] user: drh branch: trunk, size: 1639 | |
2003-06-29
| ||
20:25 | The prior fix of ticket #360 was incorrect and caused a memory leak. This check-in plugs the memory leak and correctly fixes ticket #360. (CVS 1040) file: [5389f9aa] check-in: [fc490f67] user: drh branch: trunk, size: 1458 | |
2003-06-24
| ||
10:39 | In a SELECT, the rowid of a view or subquery which is really a join is set to NULL if the join is flattened. Ticket #364. (CVS 1034) file: [c896dd7c] check-in: [bad8b558] user: drh branch: trunk, size: 1373 | |
2003-06-22
| ||
01:41 | Make sure the source of a PULL opcode is not an ephemeral string. Ticket #360. (CVS 1031) file: [afbb0678] check-in: [cb70ee67] user: drh branch: trunk, size: 951 Added | |