aboutsummaryrefslogtreecommitdiff
path: root/test/collate4.test
Commit message (Expand)AuthorAge
* Improvements and simplifications to the equality seek logic. Tests aredrh2015-11-05
* Standardize the error messages generated by constraint failures to a formatdrh2013-11-05
* Add the conflict2.test script. Fix issues discovered by this script.drh2013-11-05
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Attempt to use a covering index even on a full table scan, under the theorydrh2012-09-15
* Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Adddrh2010-04-07
* Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counterdrh2010-04-06
* First pass at optimizing max()/min() as described in #2853. Some refinements ...danielk19772008-01-05
* Make the ORDER BY clause return equal elements in the same order they weredrh2005-04-01
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* The optimizer now uses only the index and ignores the table if it can getdrh2004-12-19
* Add initial infrastructure for cursors. In where.c, optimize out clausesdrh2004-11-22
* Update tests to work even if some features of the library are disabled. (CVS ...drh2004-11-03
* An improved fix for the min() problem of ticket #800. (CVS 1804)drh2004-07-18
* Fix various collation sequence issues. (CVS 1568)danielk19772004-06-11
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09