sqlite/ext
dan 75f9ba32bd Ensure that the xIntegrity methods of fts3 and fts5 work on read-only databases.
FossilOrigin-Name: b855886c4ccce0745af6957943e77be18949722f09821688725d546d3d79b4fb
2024-01-16 16:05:21 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
consio Enhance sqlite3_analyzer.exe so that it uses the ext/consio extension. 2024-01-03 14:13:27 +00:00
expert Fix various harmless scan-build warnings. 2023-10-24 11:06:44 +00:00
fts3 Ensure that the xIntegrity methods of fts3 and fts5 work on read-only databases. 2024-01-16 16:05:21 +00:00
fts5 Ensure that the xIntegrity methods of fts3 and fts5 work on read-only databases. 2024-01-16 16:05:21 +00:00
icu Tweak sqlite3-worker1.js to be able to load either sqlite3.js or sqlite3-wasmfs.js, noting that the latter still does not load in a Worker because of an Emscripten loader bug. 2022-10-01 13:38:27 +00:00
jni Back out [99d11e6d0ae6] (enabling of STAT4 in WASM/JNI), per /chat discussion. 2024-01-01 23:28:02 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc Remove the LLONG_MAX preprocessor macro from the series.c extension as it 2024-01-16 14:54:54 +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 In the recovery extension, if a payload size is unreasonably large, it is 2023-11-29 13:47:46 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree Remove an ALWAYS() from RTREE. Dbsqlfuzz found a way to make it false. 2024-01-07 20:27:54 +00:00
session Fix a comment in sessions. No functional changes. 2024-01-11 14:13:17 +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
wasm wasm build: reformulate an awk invocation to account for awks which do not support the -e flag. Problem reported on the forum via a docker-hosted build. 2024-01-11 16:10:22 +00:00
README.md Updates to README files under the ext/ hierarchy. No changes to code. 2017-03-15 20:27:46 +00:00

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.