dan b1cbae8bd6 When removing an fts5 in secure-delete mode, defer setting the table version to SECUREDELETE until flushing data to disk. This prevents problems that can occur if there is a rollback or statement rollback operation. | пре 2 недеља | |
---|---|---|
.. | ||
expert | 38fdb2a857 Fix some harmless scanbuild warnings in the shell. | пре 2 месеци |
fts3 | fefc7b1bf7 Fix a problem handling OOM errors in fts3 that could occur when parsing multi-token strings. | пре 2 месеци |
fts5 | b1cbae8bd6 When removing an fts5 in secure-delete mode, defer setting the table version to SECUREDELETE until flushing data to disk. This prevents problems that can occur if there is a rollback or statement rollback operation. | пре 2 недеља |
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. | пре 1 месец |
intck | 064b681e9b First attempt at getting the build to work with Tcl 9.0. | пре 5 месеци |
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. | пре 6 месеци |
lsm1 | 0c34eab477 Rename some var refs in ext/lsm1/Makefile for the new build process. | пре 1 месец |
misc | 8d6e3f513c Avoid using Int32x32To64() with a 64-bit argument in fileio.c - this level of micro-optimization is not really necessary there. | пре 3 недеља |
rbu | bc97630313 Fix a harmless stray carriage-return character. | пре 4 месеци |
recover | 23cfa0138e Fix an assert() failure in sqlite3recover.c. | пре 2 месеци |
repair | 1935887a68 Ensure that all fields of static sqlite3_module objects are explicitly | пре 1 година |
rtree | 9591d3fe93 In the (debugging) rtreenode() function, do not override an error coming out | пре 1 месец |
session | cee8b04d33 Add test case for using both SQLITE_CHANGESETAPPLY_IGNORENOOP and SQLITE_CHANGESETAPPLY_FKNOACTION. | пре 2 недеља |
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. | пре 2 месеци |
README.md | 6f25936c9c Updates to README files under the ext/ hierarchy. No changes to code. | пре 7 година |
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.