index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
misc3.test
Commit message (
Expand
)
Author
Age
*
Minor adjustments to get Tcl9-based testing working on Macs.
drh
2024-07-31
*
Adjust a few tests that don't work even with the new floating point
drh
2024-07-31
*
In the P4 column of the EXPLAIN listing, abbreviate "keyinfo" as just "k" and
drh
2013-10-30
*
Fix misc3.test so that it works with OMIT_MERGE_SORT builds.
dan
2011-09-24
*
Performance improvements to the external merge-sorter. Keep content on an
drh
2011-09-03
*
Fix the test case misc3-6.11 so that it works correctly on UTF16 databases
drh
2009-05-06
*
If a unique index covers any prefix of the ORDER BY clause then let it
drh
2008-06-25
*
Additional test coverage improvements. Test coverage now stands at 98.73%. (...
drh
2008-01-19
*
Miscellaneous code simplifications and cleanup and test coverage
drh
2008-01-19
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
drh
2004-11-04
*
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
drh
2004-11-04
*
Update tests to work even if some features of the library are disabled. (CVS ...
drh
2004-11-03
*
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
drh
2004-08-20
*
Fix the misc3.test test file. (CVS 1415)
drh
2004-05-20
*
Fix a VDBE stack overflow that occurs when the left-hand side of an IN
drh
2004-03-17
*
Make sure a LIMIT clause on a SELECT cleans up the vdbe stack so that if it
drh
2004-03-02
*
Make sure BEGIN, COMMIT, and ROLLBACK are really no-ops when preceded
drh
2004-02-24
*
Add test case for ticket #601. (CVS 1215)
drh
2004-02-09
*
Fix comparisons of ROWID against floating point numbers so that they work
drh
2004-01-14
*
Ignore NULLs in a subquery as the right operand of IN. Ticket #565. (CVS 1175)
drh
2004-01-14
*
Additional integer overflow boundary case tests. (CVS 1159)
drh
2004-01-06
*
Fix problem in the code generator were incorrect code was being created if
drh
2004-01-06
*
Use a built-in atof() function instead of the one from the library to
drh
2003-12-23
*
Make sure the pagers in-memory cache states in sync with the disk file.
drh
2003-12-17