sqlite/ext
stephan bb51af68f4 Move ext/wasm/version-info.c to tool/ for re-use in build other dist bundles.
FossilOrigin-Name: 4b0871fd367b6d9706e892aa13f64604967f5e3ba92381960f73aeabd3d23f84
2023-08-10 17:32:37 +00:00
..
async
expert
fts3 Initialize a local variable in FTS3 to avoid a GCC compiler warning. 2023-06-12 18:22:34 +00:00
fts5 Changes so that sqlite3_vtab_nochange() works with "UPDATE ... FROM...". Use this to allow UPDATE on a contentless fts5 table if new values are supplied for all indexed columns. 2023-08-07 16:15:56 +00:00
icu
lsm1 Fix another issue with very large compressed LSM databases. 2023-01-17 19:34:01 +00:00
misc Add the ieee754_inc(r,N) function to the ieee754.c extension. 2023-07-05 12:00:32 +00:00
rbu Fix the rbu_exclusive_checkpoint=1 option so that it works with a zipvfs database in pass-through mode. 2023-05-11 17:25:14 +00:00
recover Remove SQLITE_EXTENSION_INIT macros from dbdata.c. 2023-06-08 20:49:25 +00:00
repair
rtree Fix harmless compiler warnings that show up on 32-bit RaspberryPI builds. 2023-06-17 15:42:44 +00:00
session Fix a harmless "set-but-not-used" compiler warning in sqlite3session.c. 2023-07-25 17:54:25 +00:00
userauth
wasm Move ext/wasm/version-info.c to tool/ for re-use in build other dist bundles. 2023-08-10 17:32:37 +00:00
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.