SQLite

All files named ”test/misc3.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/misc3.test

2024-07-31
12:19
[651b88bca1] part of check-in [066c8672ee] Minor adjustments to get Tcl9-based testing working on Macs. (check-in: [066c8672ee] user: drh branch: tcl9, size: 9503)
01:53
[4eab749f3b] part of check-in [895125a489] Adjust a few tests that don't work even with the new floating point comparison routine. (check-in: [895125a489] user: drh branch: tcl9, size: 9543)
2013-10-30
13:46
[cf3dda47d5] part of check-in [72d45eb79b] In the P4 column of the EXPLAIN listing, abbreviate "keyinfo" as just "k" and "BINARY" as just "B". (check-in: [72d45eb79b] user: drh branch: omit-rowid, size: 9471)
2011-09-24
09:54
[fe55130a43] part of check-in [87946c627f] Fix misc3.test so that it works with OMIT_MERGE_SORT builds. (check-in: [87946c627f] user: dan branch: trunk, size: 9481)
2011-09-03
17:07
[8e42d54b77] part of check-in [4c43e8b2d2] Performance improvements to the external merge-sorter. Keep content on an in-memory linked lists rather than an ephemeral table prior to spilling to disk. Use the external merge-sorter to implement ORDER BY and GROUP BY in addition to CREATE INDEX. (check-in: [4c43e8b2d2] user: drh branch: trunk, size: 9389)
2009-05-06
00:49
[72c5dc87a7] part of check-in [c1e739e39b] Fix the test case misc3-6.11 so that it works correctly on UTF16 databases after the fix of for ticket #3838, check-in (6603) (CVS 6609) (check-in: [c1e739e39b] user: drh branch: trunk, size: 9388)
2008-06-25
02:47
[7212ed8dad] part of check-in [e53403b6d7] If a unique index covers any prefix of the ORDER BY clause then let it satisfy the ORDER BY clause. (CVS 5301) (check-in: [e53403b6d7] user: drh branch: trunk, size: 9025)
2008-01-19
23:50
[aea079f4c3] part of check-in [010f7b780c] Additional test coverage improvements. Test coverage now stands at 98.73%. (CVS 4731) (check-in: [010f7b780c] user: drh branch: trunk, size: 9024)
20:11
[7952978e14] part of check-in [af129b6d15] Miscellaneous code simplifications and cleanup and test coverage enhancements. (CVS 4730) (check-in: [af129b6d15] user: drh branch: trunk, size: 8955)
2005-01-21
03:12
[7bd937e2c6] part of check-in [bb0254ab14] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) (check-in: [bb0254ab14] user: danielk1977 branch: trunk, size: 8365)
2004-11-04
14:47
[928a2f1e11] part of check-in [158a2d16a8] All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) (check-in: [158a2d16a8] user: drh branch: trunk, size: 8200)
04:42
[8c83c3810d] part of check-in [c33b3a6137] All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) (check-in: [c33b3a6137] user: drh branch: trunk, size: 8234)
2004-11-03
16:27
[db48619711] part of check-in [b11fc9b3f3] Update tests to work even if some features of the library are disabled. (CVS 2050) (check-in: [b11fc9b3f3] user: drh branch: trunk, size: 7999)
2004-08-20
18:34
[57c373aed4] part of check-in [e97c331362] Tcl interface transfers values directly between SQLite and Tcl_Objs, without at translation to strings. (CVS 1898) (check-in: [e97c331362] user: drh branch: trunk, size: 7947)
2004-05-20
03:30
[eb48831499] part of check-in [478836f448] Fix the misc3.test test file. (CVS 1415) (check-in: [478836f448] user: drh branch: trunk, size: 7941)
2004-03-17
23:32
[3b5e369514] part of check-in [fc7a7975b0] Fix a VDBE stack overflow that occurs when the left-hand side of an IN expression is NULL and the result is stored on the stack rather than used to control a jump. Ticket #668. (CVS 1299) (check-in: [fc7a7975b0] user: drh branch: trunk, size: 7937)
2004-03-02
18:37
[3eac0f13a3] part of check-in [5aaa2939ba] Make sure a LIMIT clause on a SELECT cleans up the vdbe stack so that if it occurs inside a trigger, it won't cause a stack overflow. Ticket #640. (CVS 1282) (check-in: [5aaa2939ba] user: drh branch: trunk, size: 7572)
2004-02-24
01:04
[bd371567b6] part of check-in [2af1f065b5] Make sure BEGIN, COMMIT, and ROLLBACK are really no-ops when preceded by EXPLAIN. Ticket #626. (CVS 1267) (check-in: [2af1f065b5] user: drh branch: trunk, size: 6769)
2004-02-09
14:35
[43a93337aa] part of check-in [096312dacb] Add test case for ticket #601. (CVS 1215) (check-in: [096312dacb] user: drh branch: trunk, size: 6456)
2004-01-14
21:59
[01698429c8] part of check-in [c9ac3db8e0] Fix comparisons of ROWID against floating point numbers so that they work correctly. Ticket #377 and #567. (CVS 1178) (check-in: [c9ac3db8e0] user: drh branch: trunk, size: 5575)
13:38
[d16aadeed2] part of check-in [c9e7996fb9] Ignore NULLs in a subquery as the right operand of IN. Ticket #565. (CVS 1175) (check-in: [c9e7996fb9] user: drh branch: trunk, size: 5574)
2004-01-06
01:52
[73bdce2b7f] part of check-in [532170d4b8] Additional integer overflow boundary case tests. (CVS 1159) (check-in: [532170d4b8] user: drh branch: trunk, size: 4734)
01:13
[860233be67] part of check-in [b8381d9fe9] Fix problem in the code generator were incorrect code was being created if the SQL source contained a negative integer that was too large to fit in a 32-bit signed integer variable. Ticket #552. (CVS 1157) (check-in: [b8381d9fe9] user: drh branch: trunk, size: 3182)
2003-12-23
02:17
[cfece884d4] part of check-in [4d9edbc50f] Use a built-in atof() function instead of the one from the library to avoid problems with locale. Ticket #305. (CVS 1144) (check-in: [4d9edbc50f] user: drh branch: trunk, size: 2722)
2003-12-17
23:57
Added: [24b3b3fb96] part of check-in [da00efb13f] Make sure the pagers in-memory cache states in sync with the disk file. Ticket #529. (CVS 1133) (check-in: [da00efb13f] user: drh branch: trunk, size: 2028)