sqlite/ext
dan 4ec56ff0ce Fix some errors in the guttman versions (disabled by default) of the algorithms in rtree.c.
FossilOrigin-Name: 64bad00b4f6fbbc3e5e75966f9c3959ad3d542ef
2009-10-05 05:40:08 +00:00
..
async When the asynchronous IO backend opens a file with the EXCLUSIVE flag set, make sure only a single file-descriptor is opened (not one for reading and one for writing). This change fixes #3978. (CVS 6905) 2009-07-18 11:52:04 +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 Add the experimental API sqlite3_strnicmp(). Modify fts3 so that in terms like 'column_name:token' the column_name is interpreted in a case-insenstive fashion. Ticket #3996. (CVS 6950) 2009-07-28 16:44:26 +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 some errors in the guttman versions (disabled by default) of the algorithms in rtree.c. 2009-10-05 05:40:08 +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.