0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-12-01 01:01:28 +01:00
sqlite/ext
drh 8f1f9ef09f Merge trunk enhancements, and especially the zero- and double-width character
processing for columnar outputs into the cli-stdlib branch.

FossilOrigin-Name: d6262a4bcd7b0334b23ae4d194ca2bce7c6554ee6c678666b24c830e4c14a467
2024-09-25 09:43:05 +00:00
..
async
consio Cause cfGets() (under SQLITE_USE_ONLY_WIN32) to better emulate fgets(). 2024-09-03 02:09:13 +00:00
expert Fix a memory leak in sqlite3expert.c introduced by [f1d76c86]. 2024-09-24 15:11:34 +00:00
fts3
fts5 Alternative implementation of fts5 locale=1 feature that allows blobs to be stored in indexed columns of fts5 locale=1 tables. 2024-09-10 20:32:36 +00:00
icu
intck
jni
lsm1
misc Port sqlite3_analyzer.exe to use sqlite3_stdio. 2024-09-24 17:49:06 +00:00
rbu Fix a harmless stray carriage-return character. 2024-09-06 14:01:48 +00:00
recover
repair
rtree
session Fix a couple of problems with the sessions streaming interfaces. 2024-09-23 19:32:06 +00:00
userauth
wasm
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.