0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-28 07:51:10 +01:00
sqlite/ext
dan 4bf24c8830 Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value.
FossilOrigin-Name: 7f4de43733200beeb3ff0a70d51bbc68f5331895698ea95a82741cfd7bb66834
2024-11-04 16:59:02 +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 Fix two mismatched uses of malloc() and sqlite3_free() in sqlite3_stdio.c, as reported in [forum:7dd7c70038 | forum post 7dd7c70038]. 2024-11-04 13:57:20 +00:00
rbu
recover
repair
rtree
session Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. 2024-11-04 16:59:02 +00:00
wasm Ensure that the ext/wasm fiddle build undefines certain shell feature flags which it cannot use but might be inherited from the top-level makefile. 2024-11-04 10:16:15 +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.