sqlite/ext
2010-02-16 10:59:40 +00:00
..
async Fix an uninitialized value read in sqlite3async.c. 2009-12-02 18:16:56 +00:00
fts1 Corrected typos and misspellings. Ticket #3702. (CVS 6336) 2009-03-05 04:20:31 +00:00
fts2 Corrected typos and misspellings. Ticket #3702. (CVS 6336) 2009-03-05 04:20:31 +00:00
fts3 Fix a segfault in fts3 that may occur if the snippet, offsets or matchinfo functions are used in a query that does not contain a MATCH clause. 2010-02-10 05:33:17 +00:00
icu Change the REGEXP function in ICU to require exactly 2 arguments. 2009-12-17 02:13:39 +00:00
rtree Fix for [e9a9fde1f4]. When opening an existing rtree, determine the node size by inspecting the root node of the r-tree structure (instead of assuming it is a function of the page-size). 2010-02-16 10:59:40 +00:00
README.txt Add the ext/fts1 subdirectory for holding the first full-text search 2006-08-22 14:45:37 +00:00

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