Fossil

Timeline
Login

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

3 check-ins using file src/db.c version 3ff166cd75

2023-01-24
14:36
The search logic now works correctly (I think) regardless of whether the repository uses a legacy FTS4 index or a newer FTS5 index. This allows the Fossil binary to be upgraded on systems without disrupting the search feature and without requiring a search index rebuild. The search index is automatically upgraded to FTS5 the next time the search index is rebuilt. Closed-Leaf check-in: a07e6b87cb user: drh tags: search-fts5
03:26
Remove some end-of-line whitespace. No functional changes. check-in: 8307133b7c user: stephan tags: search-fts5
02:57
Replace FTS4 with FTS5, per [forum:d05b1855aa|forum post d05b1855aa]. This has been only lightly tested and might require a repo rebuild (or that we rename the associated tables/views rather than recycle them). check-in: c1933caf03 user: stephan tags: search-fts5