When generating the autoconf snapshot, replaces the Libs.private line from...
When generating the autoconf snapshot, replaces the Libs.private line from sqlite3.pc.in with one compatible with the legacy build, as reported in [forum:e40b9b424a|forum post e40b9b424a]. (tags: trunk)
View Articlewasm: after generating the .js/.mjs file, strip out all of the generated...
wasm: after generating the .js/.mjs file, strip out all of the generated pieces which create Emscripten call() bindings for the sqlite3 APIs, as we don't use those binding, so both the setup time and...
View ArticleSpeedtest1 enhancements: (1) Add the ability to scale performance of tests...
Speedtest1 enhancements: (1) Add the ability to scale performance of tests sets using "/NNN" after the testset name, even for testsets in a comma-separated list. (2) Add the "mix1" macro testset....
View ArticleAdd the "json" test case to speedtest1 and include it in "mix1". (tags: trunk)
Add the "json" test case to speedtest1 and include it in "mix1". (tags: trunk)
View ArticleRevamp the "json" testset in speedtest1. (tags: trunk)
Revamp the "json" testset in speedtest1. (tags: trunk)
View Articlespeedtest1: Improvements to the "json" testset. Better balance in "mix1"....
speedtest1: Improvements to the "json" testset. Better balance in "mix1". (tags: trunk)
View Articlespeedtest1: further improvements to the "json" testset. (tags: trunk)
speedtest1: further improvements to the "json" testset. (tags: trunk)
View ArticleFix a potential one-byte buffer overrun when reading from the Windows console...
Fix a potential one-byte buffer overrun when reading from the Windows console in the CLI. [forum:/forumpost/95e17b8f5c|Forum post 95e17b8f5c]. This problem was introduced by check-in...
View ArticleFix a potential one-byte buffer overrun when reading from the Windows console...
Fix a potential one-byte buffer overrun when reading from the Windows console in the CLI. (tags: branch-3.48)
View ArticleAdd the test/speedtest.tcl script to simplify performance and size testing....
Add the test/speedtest.tcl script to simplify performance and size testing. (tags: trunk)
View ArticleImprovements to the speedtest.tcl script. Add documentation on how to use the...
Improvements to the speedtest.tcl script. Add documentation on how to use the script. (tags: trunk)
View ArticleEnhance a comment on a test case to add recent context. (tags: trunk)
Enhance a comment on a test case to add recent context. (tags: trunk)
View ArticleFor the purpose of the query planner heuristic added by [38db9b5c83], a query...
For the purpose of the query planner heuristic added by [38db9b5c83], a query should only count as a star query if the fact tables are connected to the dimension table by an INNER JOIN. If a LEFT JOIN...
View ArticleWhen running make install, avoid the -s (strip) flag when cross-compiling, as...
When running make install, avoid the -s (strip) flag when cross-compiling, as it only works for the build platform. Reported in [forum:9a67df63eda9925c|forum post 9a67df63eda9925c]. Also remove the...
View ArticleWhen running make install, avoid the -s (strip) flag when cross-compiling, as...
When running make install, avoid the -s (strip) flag when cross-compiling, as it only works for the build platform. Reported in [forum:9a67df63eda9925c|forum post 9a67df63eda9925c]. (tags: branch-3.48)
View ArticleWhen cross-compiling, change the CFLAGS default to exclude -g, per /chat...
When cross-compiling, change the CFLAGS default to exclude -g, per /chat discussion prompted by [forum:9a67df63eda9925c|forum post 9a67df63eda9925c]. (tags: trunk)
View ArticleWhen cross-compiling, change the CFLAGS default to exclude -g, per /chat...
When cross-compiling, change the CFLAGS default to exclude -g, per /chat discussion prompted by [forum:9a67df63eda9925c|forum post 9a67df63eda9925c]. (tags: branch-3.48)
View ArticleAdd support for automatic query-time indexes on WITHOUT ROWID tables. (tags:...
Add support for automatic query-time indexes on WITHOUT ROWID tables. (tags: without-rowid-autoidx)
View ArticleAdd a simple test case (many more are coming soon to TH3). Fix an obsolete...
Add a simple test case (many more are coming soon to TH3). Fix an obsolete assert(). (tags: without-rowid-autoidx)
View Article