sqlite/ext
drh fe15ed4342 Fixes from code inspection:
(1) Extra paranoid defense against integer overflow.
(2) Remove a stray blank line in an FTS5 comment.

FossilOrigin-Name: 8563728deeb1d3ead9ff99a3ad2c7819b2223ead44e7374ecc7bbeda2d955ade
2024-10-17 18:12:03 +00:00
..
async
consio Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). 2024-09-03 02:09:13 +00:00
expert Ensure that test file ext/expert/expert1.test works with non-fts5 builds. 2024-10-12 18:33:40 +00:00
fts3 Add tests to restore coverage of fts5_tokenizer.c. 2024-08-17 17:22:49 +00:00
fts5 Fixes from code inspection: 2024-10-17 18:12:03 +00:00
icu Fix a harmless compiler warning in the ICU extension due to [acddbc489d5231da]. 2024-04-08 11:45:15 +00:00
intck First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
jni JNI SQLTester: fix --new command to force-replace db if it already exists. Add no-op impls for --stmt-cache and --jsonglob commands. 2024-07-24 12:12:11 +00:00
lsm1 Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
misc Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
rbu Fix a harmless stray carriage-return character. 2024-09-06 14:01:48 +00:00
recover Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
repair Ensure that all fields of static sqlite3_module objects are explicitly 2023-10-06 12:51:05 +00:00
rtree First attempt at getting the build to work with Tcl 9.0. 2024-07-30 15:49:02 +00:00
session Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
userauth Fix userauth so that it works together with SQLITE_OMIT_SHARED_CACHE. 2024-01-22 12:56:58 +00:00
wasm Ensure that the OPFS VFS's xOpen() writes back the read-only flag to the output flags. Resolves the problem reported in [forum:cf37d5ff1182c31081 | forum post cf37d5ff1182c31081]. 2024-10-17 12:14:34 +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.