Commit History

Author SHA1 Message Date
  dan 105c20648e Fix an incorrect tcl comment that appeared in many fts5 test files. 6 months ago
  dan 7c12666fe9 Avoid an assert() failure when querying an fts5vocab table that accesses a tokendata=1 fts5 table with corrupt %_data records. 1 year ago
  dan eb84c6ef35 Fix a memory leak in fts5 that could occur when writing to an fts5 table that is being scanned by an fts5vocab cursor. 3 years ago
  dan fb8ca7de0c Fix a use-after-free error that could occur if an fts5 table is written while scanning it using an fts5vocab cursor. 3 years ago
  dan cc516af4cc Instead of disallowing writes to fts5 tables if there are fts5vocab cursors open on them (commit [c49a6ed7]), abort any fts5vocab queries if the on-disk structure of the fts5 table changes. 3 years ago
  dan f8a488bb6b Fix a problem causing a crash if an fts5vocab table was created to query an 6 years ago
  drh 3a07548b0d Remove unnecessary whitespace from testcase result strings. 6 years ago
  dan 2639ddc474 Fix a use-after-free problem in the fts5vocab virtual table. 6 years ago
  drh 6ab91a7a7a Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 6 years ago
  dan 3c77a1e9f1 Add new test file fts5vocab2.test. 7 years ago