dan f3e24d0875 Remove old function declaration accidentally left in sqlite3session.h. 4 days ago
..
expert 38fdb2a857 Fix some harmless scanbuild warnings in the shell. 2 months ago
fts3 31c3599ed0 Fix a harmless unused-parameter compiler warning introduced by [75f3d8744879]. 1 week ago
fts5 c2b446f16a Fix for a potential UAF in FTS5. 1 week ago
icu fed5234fb3 ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48. 2 months ago
intck 064b681e9b First attempt at getting the build to work with Tcl 9.0. 6 months ago
jni 4eabec5b18 JNI SQLTester: fix --new command to force-replace db if it already exists. Add no-op impls for --stmt-cache and --jsonglob commands. 6 months ago
lsm1 0c34eab477 Rename some var refs in ext/lsm1/Makefile for the new build process. 2 months ago
misc 0424f255ef Fix a copy/paste typo in the output of vfstrace for xDlClose(). 2 weeks ago
rbu bc97630313 Fix a harmless stray carriage-return character. 5 months ago
recover 23cfa0138e Fix an assert() failure in sqlite3recover.c. 3 months ago
repair 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly 1 year ago
rtree 9591d3fe93 In the (debugging) rtreenode() function, do not override an error coming out 1 month ago
session f3e24d0875 Remove old function declaration accidentally left in sqlite3session.h. 4 days ago
wasm e108f97256 wasm: add some build-time validation to ensure that the problem fixed in [65798c09a00662a3] does not recur. Ensure that files generated via mkwasmbuilds.c have the generated makefile as a dependency. 1 week ago
README.md 6f25936c9c Updates to README files under the ext/ hierarchy. No changes to code. 8 years ago

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.