SQLite

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

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

History for ext/fts5/test/fts5corrupt2.test

2025-06-23
19:38
[4a03a158c2] 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: 7566)
2024-07-30
17:09
[335911e3f6] part of check-in [e0d9670dd9] Get rid of "-encoding binary" across all test cases, as that is no longer supported in Tcl9. Use "-translation binary" instead. (check-in: [e0d9670dd9] user: drh branch: tcl9, size: 7637)
2024-06-24
18:06
[a524eaa861] 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: 7649)
2023-09-06
12:52
[99e7e23a58] 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: 7645)
2018-11-06
19:26
[7453752ba1] 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: 7512)
2017-07-07
19:43
[6deaf9f960] 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: 7446)
2016-08-13
10:34
[128eb6e2d2] part of check-in [e22252e1da] Fix an fts5 problem with corrupt database handling found by address-sanitizer. (check-in: [e22252e1da] user: dan branch: trunk, size: 7447)
2015-09-10
16:19
[26c0a39dd9] 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: 7447)
2015-06-25
20:36
[1a830ccd6d] 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: 7445)
2015-05-18
20:34
[c231f53216] part of check-in [4dfe2e5871] Improve test coverage of fts5_storage.c. (check-in: [4dfe2e5871] user: dan branch: fts5, size: 7349)
2015-05-15
18:13
[7000030df1] part of check-in [7aea8c6d99] Improve test coverage of fts5_index.c. (check-in: [7aea8c6d99] user: dan branch: fts5, size: 6828)
12:18
[88942d27ed] part of check-in [adee788586] Add test cases. And some fixes. (check-in: [adee788586] user: dan branch: fts5, size: 6063)
2015-05-13
17:15
[bdad9241f7] part of check-in [aa34bf666c] Change fts5 doclist-index structures to be trees instead of flat lists. This only makes a difference for databases that contain millions of instances of the same token. (check-in: [aa34bf666c] user: dan branch: fts5, size: 5754)
2015-05-07
19:29
[c65a6619a1] 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: 5693)
2015-04-25
18:56
[494111fd4f] part of check-in [e748651c94] Add tests for fts5. (check-in: [e748651c94] user: dan branch: fts5, size: 5685)
2015-04-24
15:56
Added: [3be48d8a30] part of check-in [41449f7a0b] Add extra tests for corrupt database handling in fts5. (check-in: [41449f7a0b] user: dan branch: fts5, size: 3522)