SQLite

All files named ”ext/fts5/test/fts5corrupt.test”
Login

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

History for ext/fts5/test/fts5corrupt.test

2025-06-23
19:38
[237fce1c32] part of check-in [48044a6b57] Improve some of the error messages emitted by fts5 when it encounters corruption. (check-in: [48044a6b57] user: dan branch: trunk, size: 3617)
2024-08-16
17:54
[6485f721b8] part of check-in [38841881a0] Add tests to restore coverage of fts5_storage.c. (check-in: [38841881a0] user: dan branch: fts5-locale, size: 3537)
2024-07-08
16:01
[a9bda1ded5] part of check-in [9b1afd4acb] Improve the error message returned when fts5 finds a row is missing from its content table. (check-in: [9b1afd4acb] user: dan branch: trunk, size: 2961)
2024-06-24
18:06
[6d2143d2a3] part of check-in [d07085e203] Fix an incorrect tcl comment that appeared in many fts5 test files. (check-in: [d07085e203] user: dan branch: trunk, size: 2935)
2023-09-06
12:52
[b6d4034b68] part of check-in [17bede8cde] Add the xIntegrity method to the sqlite3_module object. Implement this method in RTREE, FTS3/4, and FTS5 so that "PRAGMA integrity_check" also verifies the correctness of shadow tables associated with those virtual tables. (check-in: [17bede8cde] user: drh branch: vtab-integrity-check, size: 2931)
2018-11-06
19:26
[77ae6f41a7] part of check-in [a1d6c6712c] Enable DEFENSIVE mode by default for tests. This requires lots of case of turning DEFENSIVE off in order to dodgy things to the database for testing purposes. No all of those cases are yet handled, so "make test" does not run to completion. (check-in: [a1d6c6712c] user: drh branch: read-only-shadow, size: 2823)
2017-07-07
19:43
[8957f0f7e5] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 2723)
2016-03-29
21:19
[0d0dbfa10a] part of check-in [7635c68018] Fix some code and test coverage issues in fts5_index.c. (check-in: [7635c68018] user: dan branch: fts5, size: 2750)
2015-09-10
16:19
[c2ad090192] part of check-in [4931e37da4] Fix a segfault in fts5 that could occur if the database contents were corrupt. (check-in: [4931e37da4] user: dan branch: fts5-incompatible, size: 2724)
2015-06-25
20:36
[928c9c91d4] part of check-in [3175220747] Fix Makefile.in to account for recent changes. Update fts5 test scripts so that they do not run if SQLITE_ENABLE_FTS5 is not defined. (check-in: [3175220747] user: dan branch: fts5, size: 2730)
2015-05-07
19:29
[35bfdbbb3c] part of check-in [a684b5e2d9] Change to storing all keys in a single merge-tree structure instead of one main structure and a separate one for each prefix index. This is a file-format change. Also introduce a mechanism for managing file-format changes. (check-in: [a684b5e2d9] user: dan branch: fts5, size: 2634)
2015-04-29
20:54
[138aecc75c] part of check-in [c1f07a3aa9] Improve fts5 tests. (check-in: [c1f07a3aa9] user: dan branch: fts5, size: 2640)
2015-04-24
15:56
[9e8524281a] part of check-in [41449f7a0b] Add extra tests for corrupt database handling in fts5. (check-in: [41449f7a0b] user: dan branch: fts5, size: 2109)
2015-04-15
18:49
[dbdcfe7574] part of check-in [50fae1f000] Logically store updates as (insert+delete) within the FTS tree. This allows keys to be annihilated more quickly under some circumstances. (check-in: [50fae1f000] user: dan branch: fts5, size: 1983)
2015-01-24
19:57
[78eb076867] part of check-in [5206ca6005] Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. (check-in: [5206ca6005] user: dan branch: fts5, size: 1985)
2015-01-23
17:43
Added: [b81ed31001] part of check-in [51444f67c0] Fix compression of keys stored on internal segment b-tree nodes by fts5. (check-in: [51444f67c0] user: dan branch: fts5, size: 2033)