sqlite/ext
2010-08-11 12:26:46 +00:00
..
async In the async-IO module, do not increment the open file-counter until after an "open file" event has been added to the event queue. Otherwise, an OOM may cause the system to increment the counter even though no file was successfully opened. 2010-07-12 12:22:29 +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 two comment typos that were reported on the mailing list. 2010-08-09 14:26:32 +00:00
icu Updates to the README.txt file for ICU. 2010-07-30 00:31:08 +00:00
rtree Update an r-tree extension test case to account for recent changes to the query planner. Also fix a comment in rtree.c. 2010-08-11 12:26:46 +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.