sqlite/ext
dan 108b7953ed Update fts3/4 so that the 'merge=X,0' command merges X pages from all segments of the first level in the fts index that contains 2 or more segments.
FossilOrigin-Name: cddf69dbc46f10ee7e87538dd850e086386b544c
2016-03-07 20:14:27 +00:00
..
async Fix some problems in test code detected by cppcheck. 2015-08-05 08:01:46 +00:00
fts1 Fix uses of ctype functions (ex: isspace()) on signed characters in test 2015-10-29 13:48:15 +00:00
fts2 Modify several extensions to use the new exported function naming. Fix some shared library compilation issues. 2013-07-04 23:53:56 +00:00
fts3 Update fts3/4 so that the 'merge=X,0' command merges X pages from all segments of the first level in the fts index that contains 2 or more segments. 2016-03-07 20:14:27 +00:00
fts5 Merge 3.11.1 changes into trunk. 2016-03-03 17:54:30 +00:00
icu Fix typo in ICU error message. 2016-02-27 00:21:16 +00:00
misc Allow the left-hand side of IN operators on virtual tables to have the 2016-03-03 20:42:18 +00:00
rbu Fix a couple of harmless warnings generated by clang. 2016-02-19 15:17:53 +00:00
rtree Adjust the cost estimates for RTREE such that the expected number of rows and 2016-03-05 20:28:24 +00:00
userauth Clean up some #includes in the extension API implementation. 2014-09-11 17:14:54 +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.