SQLite

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

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

History for ext/fts5/test/fts5version.test

2025-01-09
14:10
[44ab355662] part of check-in [c359e555ce] When removing an fts5 in secure-delete mode, defer setting the table version to SECUREDELETE until flushing data to disk. This prevents problems that can occur if there is a rollback or statement rollback operation. (check-in: [c359e555ce] user: dan branch: trunk, size: 3197)
2024-06-24
18:06
[c22d163c17] 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: 3197)
2023-04-12
17:40
[d6e5a58975] part of check-in [4240fd09b7] Add the 'secure-delete' option to fts5. Used to configure fts5 to aggressively remove old full-text-index entries belonging to deleted or updated rows. (check-in: [4240fd09b7] user: dan branch: fts5-secure-delete, size: 3193)
2018-11-06
19:26
[c8f2cc105f] 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: 1628)
2017-07-07
19:43
[99b8137263] 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: 1561)
2016-03-29
21:19
[64c07b0a3d] part of check-in [7635c68018] Fix some code and test coverage issues in fts5_index.c. (check-in: [7635c68018] user: dan branch: fts5, size: 2012)
2015-09-10
16:39
[978f59541d] part of check-in [99de5e3613] Increment the fts5 version value to indicate that the on-disk format has changed. (check-in: [99de5e3613] user: dan branch: fts5-incompatible, size: 1562)
2015-07-27
12:19
[205beb2a67] part of check-in [9f1dcdc3e1] Merge the fts5-btree-index branch with this one. FTS5 changes only. (check-in: [9f1dcdc3e1] user: dan branch: trunk, size: 1562)
2015-07-07
19:35
[c54a708236] part of check-in [6ace73541a] Merge the Fts5MultiSegIter and Fts5IndexIter objects. (check-in: [6ace73541a] user: dan branch: trunk, size: 1562)
2015-06-25
20:36
[bed59038e9] 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: 1573)
2015-05-13
17:15
[dc34a735af] 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: 1477)
2015-05-08
09:21
Added: [1c902eaa73] part of check-in [f369caec14] Improve the error message returned by FTS5 if it encounters an unknown file format. (check-in: [f369caec14] user: dan branch: fts5, size: 1477)