Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/index7.test
2019-08-08
| ||
15:24 | 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. file: [1d764c0c] check-in: [1e17ea2f] user: drh branch: omit-stat3, size: 8983 | |
2019-05-20
| ||
10:36 | Update the sqlite3ExprCompare() routine so that it does not think "? IS NOT TRUE" is the same as "? IS TRUE". Fix for [d3e7f2ba5b3]. file: [2222ccd1] check-in: [99eba69b] user: dan branch: trunk, size: 8990 | |
2019-05-04
| ||
17:32 | Fix the NOT NULL logic in the theorem prover that determines when a partial index can be used. Ticket [5c6955204c392ae763a95]. file: [be02a0b4] check-in: [c2e439bc] user: drh branch: trunk, size: 8685 | |
2018-05-02
| ||
18:00 | 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. file: [72b59b8d] check-in: [5f0e803e] user: drh branch: rework-EQP, size: 8685 | |
2016-10-03
| ||
18:13 | Allow deterministic functions in the WHERE clause of a partial index. file: [7feababe] check-in: [c6e9b942] user: drh branch: trunk, size: 8696 | |
2015-04-18
| ||
17:43 | Fix an incorrect assert() statement in the CREATE INDEX code generator. file: [9c6765a7] check-in: [2eed41fd] user: drh branch: trunk, size: 8273 | |
2015-03-05
| ||
15:34 | New test cases and requirements marks for PRAGMA index_info, index_xinfo, and index_list. file: [3d54dce0] check-in: [e5b13634] user: drh branch: trunk, size: 8170 | |
2014-08-27
| ||
17:48 | Add a missing ticket number to a comment in index7.test. file: [917cf1e1] check-in: [d8b1c433] user: dan branch: trunk, size: 7307 | |
17:37 | 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]. file: [4a1d3707] check-in: [fcebca16] user: dan branch: trunk, size: 7297 | |
2013-11-05
| ||
13:33 | 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. file: [a3baf9a6] check-in: [54b22192] user: drh branch: omit-rowid, size: 6502 | |
2013-11-04
| ||
22:04 | Add the index7.test script for testing partial indices with WITHOUT ROWID tables. Fix bugs in ANALYZE located by that script. file: [d3818676] check-in: [79befe3a] user: drh branch: omit-rowid, size: 6494 Added | |