aboutsummaryrefslogtreecommitdiff
path: root/test/collate4.test
Commit message (Collapse)AuthorAge
* Improvements and simplifications to the equality seek logic. Tests aredrh2015-11-05
| | | | | adjusted so that they all pass now. FossilOrigin-Name: 997ce6c90b454c03cc2ef6934752ee8dd2e520e3
* Standardize the error messages generated by constraint failures to a formatdrh2013-11-05
| | | | | | of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. FossilOrigin-Name: 54b221929744b1bcdbcc2030fef2e510618afd41
* Add the conflict2.test script. Fix issues discovered by this script.drh2013-11-05
| | | FossilOrigin-Name: 294ed33756b06375e56c41f1088d42ee48adbdc8
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* Attempt to use a covering index even on a full table scan, under the theorydrh2012-09-15
| | | | | that the index will be smaller and require less disk I/O and thus be faster. FossilOrigin-Name: cfaa7bc12847a7006ccc93815f2395ad5259744a
* Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Adddrh2010-04-07
| | | | | the automatic_index PRAGMA to turn it on and off. FossilOrigin-Name: a811a47fbe4f757a7ab575ae5a0f65177a3f07c0
* Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counterdrh2010-04-06
| | | | | added. FossilOrigin-Name: abbf16e5e7895971710fb3a8fd9c782fc1218a77
* First pass at optimizing max()/min() as described in #2853. Some refinements ↵danielk19772008-01-05
| | | | | to come. (CVS 4687) FossilOrigin-Name: c449e04f1870b1ff726c95c0bf1c6c6a22ca588a
* Make the ORDER BY clause return equal elements in the same order they weredrh2005-04-01
| | | | | seen (a stable sort). It was returning them in exactly the reverse order. (CVS 2439) FossilOrigin-Name: e8391491a68018406e30c2a699a4cab9e0de092c
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ↵danielk19772005-01-21
| | | | | macros) is defined. (CVS 2251) FossilOrigin-Name: bb0254ab14417f0ab40f10f37cb63a60507f070a
* The optimizer now uses only the index and ignores the table if it can getdrh2004-12-19
| | | | | | | | away with doing so, thus saving a single BTree search per row of result. This could potentially double the speed of certain queries. The code passes all regression tests but new tests to exercise the new functionality are yet to be added. (CVS 2170) FossilOrigin-Name: e5aa489453bf31126da6473ef93c89ec27935cde
* Add initial infrastructure for cursors. In where.c, optimize out clausesdrh2004-11-22
| | | | | | of the form "ORDER BY rowid" if a table scan is being performed. Do a reverse table scan if "ORDER BY rowid DESC" is present. (CVS 2141) FossilOrigin-Name: fc8c1393c86017a816beb52725b68af3b973f979
* Update tests to work even if some features of the library are disabled. (CVS ↵drh2004-11-03
| | | | | 2050) FossilOrigin-Name: b11fc9b3f3a2711f98e7e45724aa1d30081197f3
* An improved fix for the min() problem of ticket #800. (CVS 1804)drh2004-07-18
| | | FossilOrigin-Name: b6e8b7a13cd9f90e2f7d963d9ddbe591571f3a27
* Fix various collation sequence issues. (CVS 1568)danielk19772004-06-11
| | | FossilOrigin-Name: 66835ee67051027456a536e33b2f88a741654525
* Some progress on user-defined collation sequences. (CVS 1544)danielk19772004-06-09
FossilOrigin-Name: c634e71f1909819fb55c728bc410e5cc390428e3