sqlite/ext
dan 5b9dbd1ed0 Update the README.md file in the ext/expert/ directory.
FossilOrigin-Name: 3b2ff4e0692dfca395d4523b7d5cd0dfd5c319c1072a2a873631fa477cee0b79
2017-04-21 19:53:39 +00:00
..
async Fix some problems in test code detected by cppcheck. 2015-08-05 08:01:46 +00:00
expert Update the README.md file in the ext/expert/ directory. 2017-04-21 19:53:39 +00:00
fts1 Fix uses of ctype functions (ex: isspace()) on signed characters in test 2015-10-29 13:48:15 +00:00
fts2 Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. 2016-07-28 14:37:04 +00:00
fts3 Further improvements to coverage of fts3 module. 2017-04-19 13:25:45 +00:00
fts5 Allow a user column name to be used on the LHS of a MATCH operator in FTS5. 2017-04-13 09:45:21 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
misc Add the anycollseq.c loadable extension in etc/misc 2017-04-16 22:08:31 +00:00
rbu Make USE_FULLWARN=1 the default for MSVC and fix harmless compiler warnings. 2017-04-14 14:50:34 +00:00
rtree Have the rtree module close any open blob-handle within the xSavepoint method. 2017-04-08 13:52:41 +00:00
session Allow sqlite3session_apply() to apply changesets to tables that have been 2017-02-04 17:33:30 +00:00
userauth Add an 'extern "C"' block to header file sqlite3userauth.h. 2017-02-25 20:57:46 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00

README.md

Loadable Extensions

Various loadable extensions for SQLite are found in subfolders.

Most subfolders are dedicated to a single loadable extension (for example FTS5, or RTREE). But the misc/ subfolder contains a collection of smaller single-file extensions.