/ Changes On Branch save_sorter_stmt
Login

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

Changes In Branch save_sorter_stmt Excluding Merge-Ins

This is equivalent to a diff from 37a417d27e to bc14e64bdf

2014-07-31
17:53
Add a comment explaining why fts5 cannot cache "sorter statements". (check-in: e6af3b7a3c user: dan tags: fts5)
17:47
Try to reuse sorter statements in fts5. Does not work due to circular references on VTable object. (Leaf check-in: bc14e64bdf user: dan tags: save_sorter_stmt)
11:57
Add further tests for the extension APIs with "ORDER BY rank" queries. (check-in: 37a417d27e user: dan tags: fts5)
2014-07-30
20:26
Fix things so that the fts5 extension API works with "ORDER BY rank" queries. (check-in: f1b4e1a98d user: dan tags: fts5)

Changes to ext/fts5/fts5.c.

Changes to ext/fts5/fts5Int.h.

Changes to ext/fts5/fts5_storage.c.