Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/collate4.test
2015-11-05
| ||
22:30 | [c953715fb4] part of check-in [997ce6c90b] Improvements and simplifications to the equality seek logic. Tests are adjusted so that they all pass now. (check-in: [997ce6c90b] user: drh branch: seekeq-experiment, size: 19455) | |
2013-11-05
| ||
13:33 | [f04d516868] part of check-in [54b2219297] Standardize the error messages generated by constraint failures to a format of "$TYPE constraint failed: $DETAIL". This involves many changes to the expected output of test cases. (check-in: [54b2219297] user: drh branch: omit-rowid, size: 19455) | |
01:59 | [1768c1f373] part of check-in [294ed33756] Add the conflict2.test script. Fix issues discovered by this script. (check-in: [294ed33756] user: drh branch: omit-rowid, size: 19323) | |
2013-03-21
| ||
21:20 | [031f7265c1] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 19311) | |
2012-09-27
| ||
17:31 | [27adc324b5] part of check-in [75cda864ed] Test cases and bug fixes applied to the ORDER BY optimization for joins. Some test cases fail, but except for the new orderby1.test failures, all failures appear to be issues with the tests, not with the core code. (check-in: [75cda864ed] user: drh branch: qp-enhancements, size: 19311) | |
2012-09-15
| ||
18:45 | [d37682293d] part of check-in [cfaa7bc128] Attempt to use a covering index even on a full table scan, under the theory that the index will be smaller and require less disk I/O and thus be faster. (check-in: [cfaa7bc128] user: drh branch: fullscan-covering-index, size: 19311) | |
2010-04-07
| ||
16:54 | [3d3f123f83] part of check-in [a811a47fbe] Wrap all automatic index changes inside SQLITE_OMIT_AUTOMATIC_INDEX. Add the automatic_index PRAGMA to turn it on and off. (check-in: [a811a47fbe] user: drh branch: experimental, size: 19157) | |
2010-04-06
| ||
22:33 | [9e685f813b] part of check-in [abbf16e5e7] Veryquick.test is now working. The SQLITE_STMTSTATUS_AUTOINDEX counter added. (check-in: [abbf16e5e7] user: drh branch: experimental, size: 19149) | |
2008-01-05
| ||
17:39 | [4545554388] part of check-in [c449e04f18] First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) (check-in: [c449e04f18] user: danielk1977 branch: trunk, size: 19101) | |
2005-04-01
| ||
10:47 | [daf498e294] part of check-in [e8391491a6] Make the ORDER BY clause return equal elements in the same order they were seen (a stable sort). It was returning them in exactly the reverse order. (CVS 2439) (check-in: [e8391491a6] user: drh branch: trunk, size: 19093) | |
2005-01-21
| ||
03:12 | [b866861269] part of check-in [bb0254ab14] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) (check-in: [bb0254ab14] user: danielk1977 branch: trunk, size: 19101) | |
2004-12-19
| ||
00:11 | [2d6e38e6b8] part of check-in [e5aa489453] The optimizer now uses only the index and ignores the table if it can get 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) (check-in: [e5aa489453] user: drh branch: trunk, size: 19014) | |
2004-11-22
| ||
19:12 | [a7bb41adf1] part of check-in [fc8c1393c8] Add initial infrastructure for cursors. In where.c, optimize out clauses 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) (check-in: [fc8c1393c8] user: drh branch: trunk, size: 19013) | |
2004-11-03
| ||
16:27 | [c29c8d4b66] part of check-in [b11fc9b3f3] Update tests to work even if some features of the library are disabled. (CVS 2050) (check-in: [b11fc9b3f3] user: drh branch: trunk, size: 18944) | |
2004-07-18
| ||
21:33 | [4a7902b756] part of check-in [b6e8b7a13c] An improved fix for the min() problem of ticket #800. (CVS 1804) (check-in: [b6e8b7a13c] user: drh branch: trunk, size: 18951) | |
2004-06-11
| ||
10:51 | [0e9fc08ffc] part of check-in [66835ee670] Fix various collation sequence issues. (CVS 1568) (check-in: [66835ee670] user: danielk1977 branch: trunk, size: 18959) | |
2004-06-09
| ||
09:55 | Added: [a8f2d58bd6] part of check-in [c634e71f19] Some progress on user-defined collation sequences. (CVS 1544) (check-in: [c634e71f19] user: danielk1977 branch: trunk, size: 22446) | |