0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-11-24 16:18:08 +01:00
sqlite/ext
drh 104ab7e81f Enhance the vfstrace.c extension to show symbolic names for the various
SHM locks.

FossilOrigin-Name: c0dd7de8f1e8eb745a8beff086d8b40b289c2dd75fe099a86ccc2bd0581f5e9a
2024-11-13 18:23:18 +00:00
..
expert
fts3 Fix a case in fts3 where a corrupt database record was not being handled correctly. 2024-11-09 17:54:51 +00:00
fts5 Ensure that the sqlite3_index_info.idxStr string coming back from FTS5 2024-11-12 13:37:00 +00:00
icu
intck
jni
lsm1
misc Enhance the vfstrace.c extension to show symbolic names for the various 2024-11-13 18:23:18 +00:00
rbu
recover Fix an assert() failure in sqlite3recover.c. 2024-11-08 20:44:16 +00:00
repair
rtree Re-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CORE), as discussed in forum:cea40371c5e34b09 | for post cea40371c5e34b09]. 2024-11-06 12:58:31 +00:00
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.