sqlite/ext/fts3
danielk1977 2fe5cb1809 Avoid fts3 crash on (MATCH '""') expressions. Ticket #3717. (CVS 6343)
FossilOrigin-Name: 03679857a320517a7b89e5214e948bce9af896a9
2009-03-12 15:43:47 +00:00
..
fts3_expr.c Avoid fts3 crash on (MATCH '""') expressions. Ticket #3717. (CVS 6343) 2009-03-12 15:43:47 +00:00
fts3_expr.h Additional test cases and cleanup of FTS3 parenthesis processing. (CVS 6094) 2009-01-01 12:34:45 +00:00
fts3_hash.c
fts3_hash.h
fts3_icu.c
fts3_porter.c
fts3_tokenizer1.c
fts3_tokenizer.c
fts3_tokenizer.h Add a comment to fts3_tokenizer.h to make it clear how the xNext() method is supposed to set its output variables. Make sure the output variables of xNext() are only used if SQLITE_OK is returned. Ticket #3604. (CVS 6198) 2009-01-21 17:45:33 +00:00
fts3.c Corrected typos and misspellings. Ticket #3702. (CVS 6336) 2009-03-05 04:20:31 +00:00
fts3.h
mkfts3amal.tcl
README.syntax Fix the name in the documentation of the compile-time macro for 2008-12-31 19:27:53 +00:00
README.tokenizers Fix a bug in README.tokenizers. Ticket #3559. (CVS 6075) 2008-12-30 06:36:50 +00:00
README.txt

This folder contains source code to the second full-text search
extension for SQLite.  While the API is the same, this version uses a
substantially different storage schema from fts1, so tables will need
to be rebuilt.