Fix harmless compiler warning in flockCheckReservedLock(). (tags: trunk)
Fix harmless compiler warning in flockCheckReservedLock(). (tags: trunk)
View ArticleIn the unix Makefile, strip compiled binaries prior to adding them to the...
In the unix Makefile, strip compiled binaries prior to adding them to the tool ZIP archive. (tags: trunk)
View ArticleChange the name of the new utility program from sqlite3-rsync to...
Change the name of the new utility program from sqlite3-rsync to sqlite3_rsync - dash changed to underscore - for consistency with the preexisting sqlite3_analyzer. (tags: trunk)
View ArticleAdd has_tclconfig to the tidy makefile target. (tags: trunk)
Add has_tclconfig to the tidy makefile target. (tags: trunk)
View Article*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch....
*MERGE* Merge the latest trunk enhancements into the begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
*MERGE* Merge the latest trunk enhancements into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags:...
*MERGE* Merge the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge the latest trunk enhancements into the reuse-schema branch....
*MERGE* Merge the latest trunk enhancements into the reuse-schema branch. (tags: reuse-schema)
View ArticleWhen calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the...
When calling OpfsSAHPoolUtil.removeVfs(), ensure that the cached result the VFS init is also removed so that the VFS may later be registered again with the same name. Set up test code for the...
View ArticleEnsure that the OPFS VFS's xOpen() writes back the read-only flag to the...
Ensure that the OPFS VFS's xOpen() writes back the read-only flag to the output flags. Resolves the problem reported in [forum:cf37d5ff1182c31081 | forum post cf37d5ff1182c31081]. (tags: trunk)
View ArticleFix the OPFS VFS's xOpen() to honor the read-only flag. Fix the OPFS SAHPool...
Fix the OPFS VFS's xOpen() to honor the read-only flag. Fix the OPFS SAHPool VFS to enable re-installation of the VFS after calling OpfsSAHPoolUtil.removeVfs(). (tags: branch-3.46)
View ArticleAttempt to get the TEA builder in the amalgamation-autoconf tarball working...
Attempt to get the TEA builder in the amalgamation-autoconf tarball working using hints from Jan Nijtmans. (tags: trunk)
View ArticleImproved README.txt file in the amalgamation-autoconf tarball. (tags: trunk)
Improved README.txt file in the amalgamation-autoconf tarball. (tags: trunk)
View ArticleFix a typo in compile-for-unix.md. Simplify hyperlinks in the compile-for-*...
Fix a typo in compile-for-unix.md. Simplify hyperlinks in the compile-for-* documents. (tags: trunk)
View ArticleFixes from code inspection: (1) Extra paranoid defense against integer...
Fixes from code inspection: (1) Extra paranoid defense against integer overflow. (2) Remove a stray blank line in an FTS5 comment. (tags: trunk)
View ArticleFix obsolete M4 macro in the configure script for the TEA extension within...
Fix obsolete M4 macro in the configure script for the TEA extension within the autoconf tarball. (tags: trunk)
View ArticleNew assert() statements to validate OP_OpenEphemeral logic. (tags: trunk)
New assert() statements to validate OP_OpenEphemeral logic. (tags: trunk)
View ArticleFix typo in the README.txt for the amalgamation autoconf tarball. (tags: trunk)
Fix typo in the README.txt for the amalgamation autoconf tarball. (tags: trunk)
View ArticleMinor enhancements to the compile-for-windows.md document. (tags: trunk)
Minor enhancements to the compile-for-windows.md document. (tags: trunk)
View ArticleRemove a not-strictly-necessary 'undefine' invocation from...
Remove a not-strictly-necessary 'undefine' invocation from ext/wasm/GNUmakefile, as it is not compatible with too-old versions of gmake. Resolves the problem reported in [forum:e57932e3ccdc2c9c | forum...
View Article