sqlite/ext
danielk1977 e1d3ac9cd0 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)
FossilOrigin-Name: 5b3c075f96be9671d0bcffe928589b211559e835
2009-01-21 17:45:33 +00:00
..
fts1 Remove all instances of sprintf() from the FTS modules. Ticket #3049. (CVS 4996) 2008-04-12 13:06:09 +00:00
fts2 Additional test cases and cleanup of FTS3 parenthesis processing. (CVS 6094) 2009-01-01 12:34:45 +00:00
fts3 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
icu Add header file sqliteicu.h to the ICU extension. This is analogous to the rtree.h and fts3.h headers used by other extensions to declare their entry points. Fix for ticket #3361. (CVS 5680) 2008-09-08 08:08:09 +00:00
rtree Fix a reference counting bug in rtree. Ticket #3549. (CVS 6054) 2008-12-22 15:04:32 +00:00
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00

README.txt

Version loadable extensions to SQLite are found in subfolders
of this folder.