Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/repair/checkindex.c
2025-02-25
| ||
20:55 | [7639b4f892] part of check-in [af928818a0] Approximately 50 typo fixes, spanning the whole tree, contributed via forum post 006c8fa165083ac3 and individually checked for correctness. Affects only code comments, docs, and a single line of debug output in a test app. (check-in: [af928818a0] user: stephan branch: trunk, size: 25006) | |
2023-10-06
| ||
12:51 | [af5c66463f] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 25007) | |
2020-07-29
| ||
16:18 | [52e9489b6d] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 24903) | |
2020-06-19
| ||
15:24 | [4383e4469c] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 24904) | |
2017-11-07
| ||
19:02 | [7d28c01a2e] part of check-in [31932a9eb8] Fix handling of partial indexes in checkindex.c (sqlite3_checker). (check-in: [31932a9eb8] user: dan branch: trunk, size: 24904) | |
16:23 | [5026472946] part of check-in [32e2520ce9] Enhance the checkindex.c virtual table so that it will output the index_name and after_key parameters. Also add a new diagnostic output column named scanner_sql which shows the SQL statement used to implement the current index scan. (check-in: [32e2520ce9] user: drh branch: trunk, size: 23286) | |
2017-11-01
| ||
19:58 | [73f26fc1e2] part of check-in [491f867b37] Fix harmless compiler warnings in sqlite3_checker.exe (check-in: [491f867b37] user: drh branch: trunk, size: 20885) | |
13:09 | [a013a0a165] part of check-in [3ca31cc3ff] Minor cleanup in checkindex.c. Add progress displays when checking a single index in the top-level TCL script for sqlite3_checker. (check-in: [3ca31cc3ff] user: drh branch: checkindex, size: 20875) | |
2017-10-31
| ||
12:01 | [f33d90ed6a] 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: 20616) | |
2017-10-30
| ||
19:38 | [9feaee9a39] part of check-in [8c1c701fdb] Add support for indexes on expressions to incremental_index_check. (check-in: [8c1c701fdb] user: dan branch: checkindex, size: 19849) | |
17:05 | [6168af2569] 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: 17307) | |
08:04 | [ff736821b8] 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: 17337) | |
2017-10-28
| ||
20:31 | [62df3d58dd] part of check-in [c40c3c62e9] Fix "after" parameter handling in the incremental_index_check code. (check-in: [c40c3c62e9] user: dan branch: checkindex, size: 17304) | |
2017-10-27
| ||
20:53 | Added: [924432d01f] 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: 11632) | |