The FuncDev.nArg field values -3 and -4 now have special meansing of 1 or...
The FuncDev.nArg field values -3 and -4 now have special meansing of 1 or more or 2 or more arguments, respectively. This saves space in the built-in function table, resulting in slightly faster...
View ArticleRemove an assert() in the unix file locking logic that is not true if...
Remove an assert() in the unix file locking logic that is not true if alternative VFS "unix-excl" is used for a read-only connection. (tags: branch-3.48)
View ArticleIncrease the version number to 3.48.1. (tags: branch-3.48)
Increase the version number to 3.48.1. (tags: branch-3.48)
View ArticleExplain the lack of docs in autoconf/Makefile.in and refer interested readers...
Explain the lack of docs in autoconf/Makefile.in and refer interested readers to main.mk in canonical tree. Minor cleanups and fixes in tool/mkautoconfamal.sh. (tags: autoconf-to-autosetup)
View ArticlePerformance improvements to the (debug-use only) Mem.pScopyFrom logic,...
Performance improvements to the (debug-use only) Mem.pScopyFrom logic, resulting in about 8x faster performance under -DSQLITE_DEBUG for the query in from [forum:/forumpost/0025389d0860af82|forum post...
View ArticleFix date/time computations to deal with the sub-millisecond rounding problem...
Fix date/time computations to deal with the sub-millisecond rounding problem identified in [forum:/forumpost/766a2c9231|forum post 766a2c9231]. (tags: trunk)
View ArticleFix date/time computations to deal with the sub-millisecond rounding problem....
Fix date/time computations to deal with the sub-millisecond rounding problem. (tags: branch-3.48)
View ArticleAdd the -q/--quiet option to test/speedtest.tcl. Automatically enable...
Add the -q/--quiet option to test/speedtest.tcl. Automatically enable -DSQLITE_OMIT_LOAD_EXTENSION and -DSQLITE_THREADSAFE=0 so that no extra libraries are required. (tags: trunk)
View ArticleAdd two new sqlite3_db_config() options that enable the ATTACH command to...
Add two new sqlite3_db_config() options that enable the ATTACH command to create new database files and to open databases read/write. Both default to on for backwards compatibility. (tags: enable-attach)
View Article*MERGE* Replace the use of the Autools in ./autoconf/ with Autosetup and...
*MERGE* Replace the use of the Autools in ./autoconf/ with Autosetup and extend its configure script to include many of the flags available in the canonical build. (tags: trunk)
View ArticleDo not strip binaries during 'make install', for consistency with the legacy...
Do not strip binaries during 'make install', for consistency with the legacy build and per request from package maintainers. (tags: trunk)
View ArticleDo not strip binaries during 'make install', for consistency with the legacy...
Do not strip binaries during 'make install', for consistency with the legacy build and per request from package maintainers. (tags: branch-3.48)
View ArticleRemove unnecessary --minify 0 emcc flag from the wasm build, as -g3 implies...
Remove unnecessary --minify 0 emcc flag from the wasm build, as -g3 implies that capability along with other anti-minification features we rely on. (tags: trunk)
View ArticleHave fts5 better handle OOM errors from sqlite3_blob_close(). (tags:...
Have fts5 better handle OOM errors from sqlite3_blob_close(). (tags: branch-3.48)
View ArticleMove small parts of ext/wasm/GNUmakefile into ext/wasm/config.make.in and...
Move small parts of ext/wasm/GNUmakefile into ext/wasm/config.make.in and have the configure script populate that, rather than dynamically determining those values on each 'make' invocation. Add a...
View ArticleInitial support for post-processing wasm files with wasm-opt (if it's...
Initial support for post-processing wasm files with wasm-opt (if it's available). This currently shaves 12kb off of the release-mode build of sqlite3.wasm but there are many dozens of wasm-opt flags...
View ArticleRemove some now-dead makefile code, rename a var for consistency, and fix a...
Remove some now-dead makefile code, rename a var for consistency, and fix a recipe bug introduced in the previous checkin in the bundler-friendly build. (tags: trunk)
View ArticleWhen running wasm-opt, ignore any failure because it will fail for unknown...
When running wasm-opt, ignore any failure because it will fail for unknown flags and the set of legal flags will change from version to version. Document the size-reduction effect (or non-effect) of a...
View ArticleFix a possible infinity loop in debugging-printf logic in the query planner....
Fix a possible infinity loop in debugging-printf logic in the query planner. No changes to production code. (tags: trunk)
View Articlewasm: de-list demo-worker1-promiser-esm.html from the test pages because (per...
wasm: de-list demo-worker1-promiser-esm.html from the test pages because (per Chrome 131) "Module scripts don't support importScripts()", where "don't" means "they used to but no longer do". (tags: trunk)
View Article