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
f0e808c60b
Fix an FTS5 problem that could cause a crash when certain queries were
...
interrupted using sqlite3_interrupt(). FossilOrigin-Name: e400909f313c317b7b67be6eb867ed61df7383dc
2017-02-21 17:52:58 +00:00
..
test
Fix an FTS5 problem that could cause a crash when certain queries were
2017-02-21 17:52:58 +00:00
tool
…
extract_api_docs.tcl
…
fts5_aux.c
Fix some compiler warnings in fts5.
2016-10-05 20:14:29 +00:00
fts5_buffer.c
…
fts5_config.c
…
fts5_expr.c
Fix an FTS5 problem that could cause a crash when certain queries were
2017-02-21 17:52:58 +00:00
fts5_hash.c
…
fts5_index.c
Improve handling of corrupt data in fts5.
2017-01-06 11:55:03 +00:00
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
Add the largely untested SQLITE_FTS5_NO_WITHOUT_ROWID compile time option to fts5. For building a dynamically loadable extension that does not use WITHOUT ROWID.
2016-07-15 19:17:19 +00:00
fts5_tcl.c
Add macro necessary for building several extensions when the __stdcall calling convention is not in use.
2016-07-29 01:31:49 +00:00
fts5_test_mi.c
…
fts5_test_tok.c
…
fts5_tokenize.c
…
fts5_unicode2.c
…
fts5_varint.c
…
fts5_vocab.c
Update the fts5vocab table to handle "ORDER BY term" efficiently.
2016-09-21 14:41:09 +00:00
fts5.h
Fix documentation typos. No changes to code.
2016-08-07 18:52:11 +00:00
fts5Int.h
Avoid a duplication #define in FTS5
2017-02-13 13:20:02 +00:00
fts5parse.y
Minor update to the way fts5 column filters are parsed.
2016-08-09 19:48:37 +00:00
mkportersteps.tcl
…