sqlite/ext
dan f417f28bd7 Add extra test cases for sqlite3changeset_apply() and ALTER TABLE ADD COLUMN.
FossilOrigin-Name: 603838fc9a65adda831a6a17b31b2e80f5b56e5946a9f0c1fa2c83d2f2a67f6a
2017-06-17 16:39:10 +00:00
..
async
fts1
fts2
fts3 Fix the fts3EvalAverageDocsize() routine so that it returns errors from 2017-05-02 18:00:31 +00:00
fts5 Fix harmless compiler warnings in FTS5. 2017-05-24 15:32:44 +00:00
icu
misc Fix a typo in the header comment of the "series.c" virtual table extension. 2017-06-02 13:16:54 +00:00
rbu Fix sqlite3rbu_close() so that the pzErrmsg parameter may be passed NULL. 2017-06-13 16:52:34 +00:00
rtree Fix requirements marks and harmless compiler warnings. 2017-05-06 17:12:52 +00:00
session Add extra test cases for sqlite3changeset_apply() and ALTER TABLE ADD COLUMN. 2017-06-17 16:39:10 +00:00
userauth
README.md

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.