sqlite/ext
2016-04-19 17:11:05 +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 More harmless compiler warning fixes. 2016-04-12 20:05:06 +00:00
fts5 More harmless compiler warning fixes. 2016-04-12 20:05:06 +00:00
icu In the ICU extension toupper() and tolower() SQL functions, avoid calling u_strToUpper() or u_strToLower() a second time if the buffer passed to the first invocation turns out to be large enough. 2016-04-14 17:29:13 +00:00
misc More harmless compiler warning fixes. 2016-04-12 20:05:06 +00:00
rbu When an RBU vacuum is started on a db identified using a URI filename, pass the same URI parameters when creating the new version of the db. This ensures that RBU vacuum works with password protected databases. 2016-04-19 17:11:05 +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
session A couple more compiler warning fixes. 2016-04-12 20:26:51 +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

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