0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-21 19:29:09 +01:00
sqlite/ext
drh 42516b2ef9 Omit the antiquated and long-unsupport async extension since it has been
superseded by WAL mode for over a decade.

FossilOrigin-Name: 10b1b86821bfc21377e7ccceb31146ab01aa6eaf418b85a204abcab5b793958e
2024-10-28 15:38:53 +00:00
..
expert Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. 2024-10-21 10:47:24 +00:00
fts3 Fix an inconsistency in the way SQLITE_CORE is used in fts3.c. 2024-10-24 12:06:04 +00:00
fts5 Fix build errors in fts5_tcl.c on Mac. 2024-10-27 16:12:58 +00:00
icu
intck
jni
lsm1
misc Add missing ZERO_ARGUMENT_GENERATE_SERIES checks to ext/misc/series.c, as reported via support mail. 2024-10-24 15:58:37 +00:00
rbu
recover Be consistent about using "CRLF" instead of "CRNL". 2024-10-14 09:19:02 +00:00
repair
rtree
session
userauth
wasm Teach ext/wasm/GNUmakefile to use tool/emcc.sh and fix a syntax error in tool/emcc.sh.in. Work around a JimTCL incompatibility in tool/mkshellc.tcl. 2024-10-22 12:56:00 +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.