]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an FTS5 problem (segfault or incorrect query results) with "... MATCH 'x OR y...
authordan <dan@noemail.net>
Mon, 30 May 2016 08:28:21 +0000 (08:28 +0000)
committerdan <dan@noemail.net>
Mon, 30 May 2016 08:28:21 +0000 (08:28 +0000)
commit0df5024e83ad68628e6cc2e490fa36286137e3c0
treef83e9e4e1e58ebc83780cc90f9f43474be0d9dd4
parent66bf810467d1734cb7d86552c57fcdefa5a00247
Fix an FTS5 problem (segfault or incorrect query results) with "... MATCH 'x OR y' ORDER BY rank" queries when either token 'x' or 'y' is completely absent from the dataset.

FossilOrigin-Name: 64ca1a835a89fd211078d2cd8f9b649e89be528d
ext/fts5/fts5Int.h
ext/fts5/fts5_expr.c
ext/fts5/fts5_main.c
ext/fts5/test/fts5rank.test
manifest
manifest.uuid