sqlite/ext
dan 920c83f18f Fix some problems in fts3 found by address-sanitizer.
FossilOrigin-Name: 16a8e84fa7f67a467f824bdd7f72cbd6a6e95dab8cc7aa1e0e751720b98f3e31
2017-03-20 18:53:32 +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 Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention. 2016-07-28 14:37:04 +00:00
fts3 Fix some problems in fts3 found by address-sanitizer. 2017-03-20 18:53:32 +00:00
fts5 Improve performance of fts5 writes by writing the "averages" record once at 2017-02-27 17:06:56 +00:00
icu Alternative ICU fix (compare to check-in [50e60cb4]) that avoids casting 2017-01-27 13:14:12 +00:00
misc Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00
rbu Remove the rbu_round_trip.tcl script. It is now part of project "test-dbs". 2017-03-10 18:36:34 +00:00
rtree Remove the CLANG_VERSION macro, since we have learned that version numbers in 2017-02-15 15:09:09 +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

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.