dan fefc7b1bf7 Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. | před 2 dny | |
---|---|---|
.. | ||
expert | 32d255851e Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. | před 1 měsícem |
fts3 | fefc7b1bf7 Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. | před 2 dny |
fts5 | de8aa17eb5 Fix a "applying zero offset to null pointer" usan error in the fts5 trigram tokenizer. | před 3 dny |
icu | 79d3714f24 Beginnings of rephrasing #if SQLITE_CORE to #ifdef/ifndef for consistency, as discussed in [forum:cea40371c5e34b09 | forum post cea40371c5e34b09]. | před 4 týdny |
intck | 064b681e9b First attempt at getting the build to work with Tcl 9.0. | před 3 měsíci |
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. | před 4 měsíci |
lsm1 | 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly | před 1 rokem |
misc | 178ce6287b Enhance the vfstrace extension such that the output can be controlled using | před 6 dny |
rbu | bc97630313 Fix a harmless stray carriage-return character. | před 2 měsíci |
recover | 23cfa0138e Fix an assert() failure in sqlite3recover.c. | před 1 týdnem |
repair | 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly | před 1 rokem |
rtree | 61cf538d27 Re-phrase some (#if !SQLITE_CORE) to (#ifndef SQLITE_CORE), as discussed in forum:cea40371c5e34b09 | for post cea40371c5e34b09]. | před 2 týdny |
session | 4bf24c8830 Avoid loading the entire record into memory for an sqlite3_preupdate_old() call that retrieves an IPK value. | před 2 týdny |
wasm | 21d90a1607 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. | před 2 týdny |
README.md | 6f25936c9c Updates to README files under the ext/ hierarchy. No changes to code. | před 7 roky |
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.