aboutsummaryrefslogtreecommitdiff
path: root/test/misc3.test
Commit message (Expand)AuthorAge
* Minor adjustments to get Tcl9-based testing working on Macs.drh2024-07-31
* Adjust a few tests that don't work even with the new floating pointdrh2024-07-31
* In the P4 column of the EXPLAIN listing, abbreviate "keyinfo" as just "k" anddrh2013-10-30
* Fix misc3.test so that it works with OMIT_MERGE_SORT builds.dan2011-09-24
* Performance improvements to the external merge-sorter. Keep content on andrh2011-09-03
* Fix the test case misc3-6.11 so that it works correctly on UTF16 databasesdrh2009-05-06
* If a unique index covers any prefix of the ORDER BY clause then let itdrh2008-06-25
* Additional test coverage improvements. Test coverage now stands at 98.73%. (...drh2008-01-19
* Miscellaneous code simplifications and cleanup and test coveragedrh2008-01-19
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* 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
* Update tests to work even if some features of the library are disabled. (CVS ...drh2004-11-03
* Tcl interface transfers values directly between SQLite and Tcl_Objs, withoutdrh2004-08-20
* Fix the misc3.test test file. (CVS 1415)drh2004-05-20
* Fix a VDBE stack overflow that occurs when the left-hand side of an INdrh2004-03-17
* Make sure a LIMIT clause on a SELECT cleans up the vdbe stack so that if itdrh2004-03-02
* Make sure BEGIN, COMMIT, and ROLLBACK are really no-ops when precededdrh2004-02-24
* Add test case for ticket #601. (CVS 1215)drh2004-02-09
* Fix comparisons of ROWID against floating point numbers so that they workdrh2004-01-14
* Ignore NULLs in a subquery as the right operand of IN. Ticket #565. (CVS 1175)drh2004-01-14
* Additional integer overflow boundary case tests. (CVS 1159)drh2004-01-06
* Fix problem in the code generator were incorrect code was being created if drh2004-01-06
* Use a built-in atof() function instead of the one from the library todrh2003-12-23
* Make sure the pagers in-memory cache states in sync with the disk file.drh2003-12-17