sqlite/ext
drh 0d201598a5 Enhancements to the "randomjson.c" extension. Automatically load that extension
into fuzzcheck.

FossilOrigin-Name: 70620405ab01d6a5d38bafa9ae175fd6e4eabaf2efb7854734278dafd7b05c99
2023-12-17 20:41:48 +00:00
..
async Extend the refactoring into extensions. Clean up stray newlines. 2020-06-19 15:24:12 +00:00
consio Fix output redirect bug reported in [forum:/forumposts/cbf4933cfeee74bb|the forum]. 2023-11-23 07:08:49 +00:00
expert Fix various harmless scan-build warnings. 2023-10-24 11:06:44 +00:00
fts3 Enhance the new xIntegrity method of the sqlite3_module object with new 2023-10-25 10:37:11 +00:00
fts5 Do not run test script fts5origintest4.test with either "memsubsys1" or "mmap" permutations. 2023-12-15 15:17:39 +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 Use SQLITE_STRICT_SUBTYPE=1 by default for the JNI and WASM builds unless they're explicitly built with SQLITE_STRICT_SUBTYPE=0. 2023-12-14 22:01:55 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc Enhancements to the "randomjson.c" extension. Automatically load that extension 2023-12-17 20:41:48 +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 Disable two rtree test cases for Linux-i686. We do not have that platform 2023-10-27 18:16:15 +00:00
session Fix harmless compiler warnings in test code. 2023-10-31 17:40:30 +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 Correct --enable-sab flag in ext/wasm/GNUmakefile to fix a silent alhttpd args-parsing error. 2023-12-15 13:38:47 +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.