SQLite

Check-in [11fa980897]
Login

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

Overview
Comment:Fix a problem handling OOM conditions within fts5 queries that feature synonyms.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5-incompatible
Files: files | file ages | folders
SHA1: 11fa980897c6c7be218bbd9c4cd8253272d2c300
User & Date: dan 2015-09-02 14:17:38.670
Context
2015-09-02
17:34
Fix a problem with fts5 synonyms and phrase queries. Also fix an OOM handling bug in fts5. (check-in: a4c35fa2c9 user: dan tags: fts5-incompatible)
14:17
Fix a problem handling OOM conditions within fts5 queries that feature synonyms. (check-in: 11fa980897 user: dan tags: fts5-incompatible)
08:22
Fix a problem with fts5 synonyms and the xQueryPhrase() auxiliary function API. (check-in: cf3e45e76d user: dan tags: fts5-incompatible)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/fts5_test_mi.c.
Changes to ext/fts5/test/fts5_common.tcl.
Changes to ext/fts5/test/fts5fault6.test.
Changes to ext/fts5/test/fts5synonym.test.