SQLite

Check-in [a4c35fa2c9]
Login

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

Overview
Comment:Fix a problem with fts5 synonyms and phrase queries. Also fix an OOM handling bug in fts5.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | fts5-incompatible
Files: files | file ages | folders
SHA1: a4c35fa2c94fe34b376670244fe72303c99868c1
User & Date: dan 2015-09-02 17:34:22.663
Context
2015-09-02
18:56
Fix an issue with fts5 synonyms and NEAR(...) queries. (check-in: f2e590700d user: dan tags: fts5-incompatible)
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)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts5/fts5_expr.c.
Changes to ext/fts5/test/fts5fault6.test.
Changes to ext/fts5/test/fts5synonym.test.
Changes to main.mk.