Historique des commits

Auteur SHA1 Message Date
  dan b1cbae8bd6 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. il y a 3 semaines
  dan 105c20648e Fix an incorrect tcl comment that appeared in many fts5 test files. il y a 7 mois
  dan 015020cd1a 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. il y a 1 an
  drh 0f0d3ddf71 Enable DEFENSIVE mode by default for tests. This requires lots of case of il y a 6 ans
  drh a690ff360b Change the error message text for SQLITE_ERROR to omit the part about il y a 7 ans
  dan 204debf3a3 Increment the fts5 version value to indicate that the on-disk format has changed. il y a 9 ans
  dan 291d090947 Merge the fts5-btree-index branch with this one. FTS5 changes only. il y a 9 ans
  dan bcf2163771 Merge the Fts5MultiSegIter and Fts5IndexIter objects. il y a 9 ans
  dan 3e65f89ef6 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. il y a 9 ans
  dan 23d538885e 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. il y a 9 ans
  dan 76724372ae Improve the error message returned by FTS5 if it encounters an unknown file format. il y a 9 ans