sqlite/ext
dan 42b2653871 Fix a buffer overread in fts5.
FossilOrigin-Name: 0e3de8abbb0c7ae64e637776cb055ce79736f99a103e00e44d17a6b091b98c81
2018-07-25 15:25:55 +00:00
..
async
expert Fix some test case numbers in expert1.test. 2018-06-13 16:08:22 +00:00
fts1
fts2
fts3 Add the "categories" option to the unicode61 tokenizer in fts5. 2018-07-13 19:52:43 +00:00
fts5 Fix a buffer overread in fts5. 2018-07-25 15:25:55 +00:00
icu
lsm1 Fix another problem with reusing LSM cursors for range scans. 2018-07-07 20:26:30 +00:00
misc Add missing SQLITE_OMIT_WINDOWFUNC check to the json1 extension. 2018-07-24 13:57:44 +00:00
rbu Fix more harmless compiler warnings seen with MSVC. 2018-07-22 21:23:19 +00:00
repair
rtree
session
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.