sqlite/ext
dan 26c48d2aab Fix a problem building fts3 separately from the amalgamation.
FossilOrigin-Name: 2a167cfbb2abd76e1b33116b671e58a767fc972dd79bee0004aad09a1dd2b487
2020-08-10 19:30:21 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
expert Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
fts1
fts2
fts3 Fix a problem building fts3 separately from the amalgamation. 2020-08-10 19:30:21 +00:00
fts5 Fix an integer overflow bug in fts5 triggered by a corrupt record. 2020-07-13 11:06:30 +00:00
icu Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
lsm1 Fix problems with handling return value of mmap() in lsm_unix.c (mmap() returns MAP_FAILED on error, not NULL). 2020-06-22 16:02:06 +00:00
misc Fix harmless compiler warnings that surface in newer versions of GCC. 2020-08-10 14:18:00 +00:00
rbu Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
repair Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
rtree Fix compilation issues with MSVC. 2020-08-04 16:11:37 +00:00
session Fix a problem with retrying constraint failures within sqlite3changeset_apply() calls with the SQLITE_CHANGESET_INVERT flag is set. 2020-06-17 14:14:11 +00:00
userauth Fix a problem in the userauth extension causing it to occasionally set "PRAGMA count_changes" (and some others) to true. 2020-01-21 13:40:35 +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.