Update to the "--help" output from speedtest1. (tags: trunk)
Update to the "--help" output from speedtest1. (tags: trunk)
View ArticleAdd a header comment to test/speedtest1.c that outlines how to compile the...
Add a header comment to test/speedtest1.c that outlines how to compile the program using historical amalgamation sources, for comparison testing. (tags: trunk)
View ArticleAdd a more complete test for [76c8435a] and add some commentary about (A) the...
Add a more complete test for [76c8435a] and add some commentary about (A) the inability to automatically clean up automatically-generated WASM proxy functions for sqlite3_set_auxdata() destructors and...
View Article*MERGE* Merge all the latest trunk enhancements and fixes into the...
*MERGE* Merge all the latest trunk enhancements and fixes 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 all the latest trunk enhancements into the bedrock branch....
*MERGE* Merge all the latest trunk enhancements into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge the latest trunk changes into the reuse-schema branch. (tags:...
*MERGE* Merge the latest trunk changes into the reuse-schema branch. (tags: reuse-schema)
View ArticleInitial work on a fix for the SAHPool VFS's effectively-no-op digest...
Initial work on a fix for the SAHPool VFS's effectively-no-op digest calculation, as reported in [https://github.com/sqlite/sqlite-wasm/issues/97|ticket #97 of the downstream npm subproject]. This...
View ArticleAdd a test app to assist in validating the SAHPool digest calculation fix....
Add a test app to assist in validating the SAHPool digest calculation fix. (tags: sahpool-digest)
View ArticleRework [76c8435a] to eliminate automatic JS-to-WASM function conversions of...
Rework [76c8435a] to eliminate automatic JS-to-WASM function conversions of sqlite3_set_auxdata() destructors because it can leads to leaks on every call of a UDF. This feature never worked before...
View ArticleNew test case for test/fuzzdata8.db (tags: fuzz-data)
New test case for test/fuzzdata8.db (tags: fuzz-data)
View ArticleFix a use-after-free case in fts5 provoked by fuzzdata8.db. Tcl test case...
Fix a use-after-free case in fts5 provoked by fuzzdata8.db. Tcl test case pending. (tags: fuzz-data)
View ArticleImprove the JS-side sqlite3_set_auxdata() test to also trigger the case that...
Improve the JS-side sqlite3_set_auxdata() test to also trigger the case that the aux data actually gets reused. Test changes only, no library code. (tags: trunk)
View Article*MERGE* Fix for a potential UAF in FTS5. (tags: trunk)
*MERGE* Fix for a potential UAF in FTS5. (tags: trunk)
View ArticleEnhance fuzzcheck so that the --sqlid and --dbid options can specify a range...
Enhance fuzzcheck so that the --sqlid and --dbid options can specify a range of tests to be run. (tags: fuzzcheck-improvements)
View ArticleFixes and improved documentation to the new --sqlid and --dbid range options...
Fixes and improved documentation to the new --sqlid and --dbid range options in fuzzcheck. (tags: fuzzcheck-improvements)
View Article*MERGE* Enhance fuzzcheck so that the --sqlid and --dbid options can take a...
*MERGE* Enhance fuzzcheck so that the --sqlid and --dbid options can take a range of IDs to run. (tags: trunk)
View ArticleThe Parse.addrExplain field is never even if SQLITE_OMIT_EXPLAIN is defined....
The Parse.addrExplain field is never even if SQLITE_OMIT_EXPLAIN is defined. (tags: trunk)
View ArticleNew dbsqlfuzz case added to fuzzdata8.db. (tags: fuzzer-20250203)
New dbsqlfuzz case added to fuzzdata8.db. (tags: fuzzer-20250203)
View Article