Историја ревизија

Аутор SHA1 Порука Датум
  dan 105c20648e Fix an incorrect tcl comment that appeared in many fts5 test files. пре 7 месеци
  drh 6ab91a7a7a Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases пре 6 година
  drh 0f0d3ddf71 Enable DEFENSIVE mode by default for tests. This requires lots of case of пре 6 година
  drh a690ff360b Change the error message text for SQLITE_ERROR to omit the part about пре 7 година
  dan 4684ffd495 Add further fts5 tests. 100% code coverage is finally restored. пре 9 година
  dan 6d3c2889ec Add tests for fts5. Fix a crash that can occur in fts5 if the database content is corrupted. пре 9 година
  dan 3ed7029921 Add extra tests to cover untested branches in fts5. пре 9 година
  dan 128ea696ea Fix a problem with fts5 "ORDER BY rowid DESC" queries and large terms. пре 9 година
  dan b97efa0ba3 Update description of on-disk format in fts5_index.c. пре 9 година
  dan 3dbd2397f4 Reduce the number of calls to malloc() made by fts5. пре 9 година
  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. пре 9 година
  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. пре 9 година
  dan 4591334dd4 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. пре 9 година
  dan 8ac3025419 Have fts5 store rowids in ascending order. Query speed is virtually the same regardless of rowid order, and ascending order makes some insert optimizations easier. пре 10 година
  dan 4c2871bead Further tests and fixes for fts5. пре 10 година
  dan dd8a501019 Fix an fts5 issue with loading doclist-indexes for a term that is the last thing on its leaf page. пре 10 година
  dan b461380333 Add further tests for fts5 backend. пре 10 година