index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
collate4.test
Commit message (
Expand
)
Author
Age
*
Improvements and simplifications to the equality seek logic. Tests are
drh
2015-11-05
*
Standardize the error messages generated by constraint failures to a format
drh
2013-11-05
*
Add the conflict2.test script. Fix issues discovered by this script.
drh
2013-11-05
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Attempt to use a covering index even on a full table scan, under the theory
drh
2012-09-15
*
Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Add
drh
2010-04-07
*
Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counter
drh
2010-04-06
*
First pass at optimizing max()/min() as described in #2853. Some refinements ...
danielk1977
2008-01-05
*
Make the ORDER BY clause return equal elements in the same order they were
drh
2005-04-01
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
The optimizer now uses only the index and ignores the table if it can get
drh
2004-12-19
*
Add initial infrastructure for cursors. In where.c, optimize out clauses
drh
2004-11-22
*
Update tests to work even if some features of the library are disabled. (CVS ...
drh
2004-11-03
*
An improved fix for the min() problem of ticket #800. (CVS 1804)
drh
2004-07-18
*
Fix various collation sequence issues. (CVS 1568)
danielk1977
2004-06-11
*
Some progress on user-defined collation sequences. (CVS 1544)
danielk1977
2004-06-09