SQLite

All files named ”test/checkindex.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/checkindex.test

2017-11-01
18:05
Deleted: Move the test scripts for checkfreelist and checkindex over into the ext/repair/test directory. Run them now using the sqlite3_checker utility with the --test option. Some tests are currently failing due to an incomplete port. This is an incremental check-in. (check-in: [17f8d5e111] user: drh branch: checkindex, size: 0)
2017-10-31
12:01
[77153b3d92] part of check-in [2aef41815a] Fix a couple of issues in incremental_index_check to do with CREATE INDEX statements that contain embedded SQL comments. (check-in: [2aef41815a] user: dan branch: checkindex, size: 8466)
2017-10-30
19:38
[f0a611472a] part of check-in [8c1c701fdb] Add support for indexes on expressions to incremental_index_check. (check-in: [8c1c701fdb] user: dan branch: checkindex, size: 7923)
17:05
[a5969b9975] part of check-in [940606b3af] In checkindex.c, use C code instead of SQL/group_concat() to compose various SQL clauses. This is to make it easier to support indexes on expressions. (check-in: [940606b3af] user: dan branch: checkindex, size: 6263)
08:04
[ea3ae08753] part of check-in [3ebb2351e2] Fix an issue in incremental_index_check with indexes that use non-default collation sequences. (check-in: [3ebb2351e2] user: dan branch: checkindex, size: 6264)
2017-10-28
20:31
[48cf7b2377] part of check-in [c40c3c62e9] Fix "after" parameter handling in the incremental_index_check code. (check-in: [c40c3c62e9] user: dan branch: checkindex, size: 5016)
2017-10-27
20:53
Added: [2dc7bd4c0d] part of check-in [d5b9dada47] Add the start of the "incremental_index_check" virtual table in ext/repair/checkindex.c. For incremental verification of index contents. (check-in: [d5b9dada47] user: dan branch: checkindex, size: 1976)