Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

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 Article


Remove 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 Article


Increase the version number to 3.48.1. (tags: branch-3.48)

Increase the version number to 3.48.1. (tags: branch-3.48)

View Article

Explain 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 Article

Performance 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 Article


Fix 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 Article

Fix 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 Article

Add 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 Article


Add 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 Article

Do 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 Article

Do 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 Article

Remove 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 Article


Have 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 Article

Move 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 Article


Initial 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 Article

Remove 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 Article


When 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 Article

Fix 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 Article

wasm: 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
Browsing all 2701 articles
Browse latest View live