0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 08:07:42 +01:00
sqlite/ext
drh bc4df6079c Remove the never-used and never-documented and long-ago deprecated
user-authentication feature option.

FossilOrigin-Name: 3a3f7bf4307c27e56546e51da06ecc9a262cdf155fda2dd359aa2326d207a147
2024-10-28 17:27:15 +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 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 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 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
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.