This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
ext
/
fts5
History
dan
0df5024e83
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
2016-05-30 08:28:21 +00:00
..
test
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.
2016-05-30 08:28:21 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
…
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
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.
2016-05-30 08:28:21 +00:00
fts5_hash.c
…
fts5_index.c
…
fts5_main.c
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.
2016-05-30 08:28:21 +00:00
fts5_storage.c
…
fts5_tcl.c
…
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
…
fts5.h
…
fts5Int.h
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.
2016-05-30 08:28:21 +00:00
fts5parse.y
…
mkportersteps.tcl
…