sqlite/ext
drh 8d7f44c03a Fix buffer underflows in the zipfile extension associated with zero-length
or NULL filename in the ZIP archive.  But report on the mailing list by
Yongheng and Rui.

FossilOrigin-Name: 465a15c5c2077011befa854a77f9d295bb751ef20b7d2937ac0ba47cc84587c9
2019-12-27 00:19:53 +00:00
..
async
expert Add header guard to the expert extension. 2019-11-13 18:50:36 +00:00
fts1
fts2
fts3 Fix a spurious report of corruption from the fts3/4 integrity-check triggered by using the languageid option. 2019-12-21 20:43:34 +00:00
fts5 Fix an assert() in fts5 that could fail if an xSavepoint() call on another vtab fails. 2019-12-26 14:36:31 +00:00
icu Fix a typo in the README file for ICU. No code changes. 2018-03-27 22:58:45 +00:00
lsm1 Add some extra tests for the lsm virtual table module. 2019-08-17 19:58:26 +00:00
misc Fix buffer underflows in the zipfile extension associated with zero-length 2019-12-27 00:19:53 +00:00
rbu Fix a bad interaction between RBU and [df51ae19]. 2019-12-20 20:03:21 +00:00
repair Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases 2018-11-07 02:17:01 +00:00
rtree Thoroughly reset the rtree cursor at the start of each VFilter operation, 2019-12-23 20:41:39 +00:00
session Fix various documentation typos suggested by Mark Benningfield. 2019-11-26 14:24:12 +00:00
userauth Fix a compilation issue in the "userauth" extension. Also fix a few test 2018-09-19 17:09:09 +00:00
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.