sqlite/ext/fts3
danielk1977 075c23af26 Begin adding support for the SQLITE_OMIT_WSD macro. Some (many) WSD variables still need wrappers added to them. (CVS 5652)
FossilOrigin-Name: 573d92abb9adb1c321ebc2fcadcf14374213b093
2008-09-01 18:34:20 +00:00
..
README.tokenizers Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
README.txt Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3.c Re-used prepared statement from fts3 cursor. Previously, each call to 2008-07-29 01:13:02 +00:00
fts3.h Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_hash.c The FTS3 amalgamation can now be appended to the SQLite amalgamation to 2007-11-24 00:41:52 +00:00
fts3_hash.h Cleanup the hash functions in FTS3. (CVS 4440) 2007-09-20 12:53:27 +00:00
fts3_icu.c Begin adding support for the SQLITE_OMIT_WSD macro. Some (many) WSD variables still need wrappers added to them. (CVS 5652) 2008-09-01 18:34:20 +00:00
fts3_porter.c Changes fts3 to use only sqlite3_malloc() and not system malloc. 2007-11-23 17:31:17 +00:00
fts3_tokenizer.c Minor fixes to FTS3 so that it works better when appended to the end 2008-02-01 15:34:09 +00:00
fts3_tokenizer.h Copy fts2 to fts3, renaming, and replacing references to fts2 with 2007-08-20 17:37:02 +00:00
fts3_tokenizer1.c Changes fts3 to use only sqlite3_malloc() and not system malloc. 2007-11-23 17:31:17 +00:00
mkfts3amal.tcl Version number to 3.5.5. Include FTS3 in the amalgamation by default 2008-01-31 13:35:48 +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.