Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/index7.test
2021-03-20
| ||
15:11 | [b238344318] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 9362) | |
2020-05-28
| ||
00:45 | [b8a0ba2110] part of check-in [98d4262018] When the sqlite_stat1 data is missing for some indexes of a table but is present for the table itself or for other indexes in the same table, then do not let the estimated number of rows in that table get too small, as doing so can deceive the query planner into ignoring a perfectly good index. (check-in: [98d4262018] user: drh branch: trunk, size: 9375) | |
2019-08-08
| ||
15:24 | [1d764c0cca] part of check-in [1e17ea2fd1] Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: [1e17ea2fd1] user: drh branch: omit-stat3, size: 8983) | |
2019-05-20
| ||
10:36 | [2222ccd185] part of check-in [99eba69b3a] Update the sqlite3ExprCompare() routine so that it does not think "? IS NOT TRUE" is the same as "? IS TRUE". Fix for [d3e7f2ba5b3]. (check-in: [99eba69b3a] user: dan branch: trunk, size: 8990) | |
2019-05-04
| ||
17:32 | [be02a0b4e5] part of check-in [c2e439bccc] Fix the NOT NULL logic in the theorem prover that determines when a partial index can be used. Ticket [5c6955204c392ae763a95]. (check-in: [c2e439bccc] user: drh branch: trunk, size: 8685) | |
2018-05-02
| ||
18:00 | [72b59b8ddc] part of check-in [5f0e803e33] Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. (check-in: [5f0e803e33] user: drh branch: rework-EQP, size: 8685) | |
2016-10-03
| ||
18:13 | [7feababe16] part of check-in [c6e9b94218] Allow deterministic functions in the WHERE clause of a partial index. (check-in: [c6e9b94218] user: drh branch: trunk, size: 8696) | |
2015-04-18
| ||
17:43 | [9c6765a74f] part of check-in [2eed41fda0] Fix an incorrect assert() statement in the CREATE INDEX code generator. (check-in: [2eed41fda0] user: drh branch: trunk, size: 8273) | |
2015-03-05
| ||
15:34 | [3d54dce093] part of check-in [e5b13634d9] New test cases and requirements marks for PRAGMA index_info, index_xinfo, and index_list. (check-in: [e5b13634d9] user: drh branch: trunk, size: 8170) | |
2014-08-27
| ||
17:48 | [917cf1e1c7] part of check-in [d8b1c43361] Add a missing ticket number to a comment in index7.test. (check-in: [d8b1c43361] user: dan branch: trunk, size: 7307) | |
17:37 | [4a1d3707e9] part of check-in [fcebca166f] When determining whether or not a partial index is usable, do not assume that the cursor number assigned to each table in the query is the same as its index in the FROM clause. Fix for ticket [98d973b8f5]. (check-in: [fcebca166f] user: dan branch: trunk, size: 7297) | |
2013-11-05
| ||
13:33 | [a3baf9a625] 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: 6502) | |
2013-11-04
| ||
22:04 | Added: [d38186768f] part of check-in [79befe3ac1] Add the index7.test script for testing partial indices with WITHOUT ROWID tables. Fix bugs in ANALYZE located by that script. (check-in: [79befe3ac1] user: drh branch: omit-rowid, size: 6494) | |