drh 92d252e06d Fix more harmless compiler warnings. | 1 viikko sitten | |
---|---|---|
.. | ||
expert | 38fdb2a857 Fix some harmless scanbuild warnings in the shell. | 3 viikkoa sitten |
fts3 | fefc7b1bf7 Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. | 4 viikkoa sitten |
fts5 | 92d252e06d Fix more harmless compiler warnings. | 1 viikko sitten |
icu | fed5234fb3 ext/icu/README.txt: clean up EOL whitespace and add a mention of the --with-icu-... configure flags available as of version 3.48. | 2 viikkoa sitten |
intck | 064b681e9b First attempt at getting the build to work with Tcl 9.0. | 4 kuukautta sitten |
jni | 4eabec5b18 JNI SQLTester: fix --new command to force-replace db if it already exists. Add no-op impls for --stmt-cache and --jsonglob commands. | 4 kuukautta sitten |
lsm1 | 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly | 1 vuosi sitten |
misc | 92d252e06d Fix more harmless compiler warnings. | 1 viikko sitten |
rbu | bc97630313 Fix a harmless stray carriage-return character. | 3 kuukautta sitten |
recover | 23cfa0138e Fix an assert() failure in sqlite3recover.c. | 1 kuukausi sitten |
repair | 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly | 1 vuosi sitten |
rtree | 61cf538d27 Re-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CORE), as discussed in forum:cea40371c5e34b09 | for post cea40371c5e34b09]. | 1 kuukausi sitten |
session | 4bf24c8830 Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. | 1 kuukausi sitten |
wasm | 7398e279a7 Remove a flaky JS test which has a result depending on unrepredictable context. That same feature is more reliably tested at a later point in the same script. | 3 viikkoa sitten |
README.md | 6f25936c9c Updates to README files under the ext/ hierarchy. No changes to code. | 7 vuotta sitten |
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.