When extracting links from sqlar archives, clobber any existing file or link,...
When extracting links from sqlar archives, clobber any existing file or link, and do not call utimes() to set the timestamp - it looks through the link and operates on the target. (tags: trunk)
View ArticleFix a compilation error in test/lemon-test01.y, reported in...
Fix a compilation error in test/lemon-test01.y, reported in [forum:f0ad095705|forum post f0ad095705]. (tags: trunk)
View ArticleEnsure successive scans of pragma virtual tables return consistent rowids....
Ensure successive scans of pragma virtual tables return consistent rowids. (tags: trunk)
View ArticleFix bug in test script sessionconflict.test. (tags: trunk)
Fix bug in test script sessionconflict.test. (tags: trunk)
View ArticleFix a hyperlink typo in session documentation. (tags: trunk)
Fix a hyperlink typo in session documentation. (tags: trunk)
View ArticleAllow arbitrary expressions as the second argument to RAISE(). (tags:...
Allow arbitrary expressions as the second argument to RAISE(). (tags: enhanced-raise)
View ArticleRename a shadowed local var, as reported in [forum:2ba65af3148585cf|forum...
Rename a shadowed local var, as reported in [forum:2ba65af3148585cf|forum post 2ba65af31]. No functional changes. (tags: trunk)
View ArticleFix a problem causing the recovery extension to use excessive memory and CPU...
Fix a problem causing the recovery extension to use excessive memory and CPU time in some cases. (tags: branch-3.45)
View ArticleReformulate a for-in loop to a for loop in wasm.xWrap() to work around...
Reformulate a for-in loop to a for loop in wasm.xWrap() to work around downstream frameworks modifying the JS Array prototype, as reported in [forum:b549992634b55104|forum post b549992634b55104]....
View ArticleAdd a maintenance-reminder comment explaining [dc58ed65492857]. (tags: trunk)
Add a maintenance-reminder comment explaining [dc58ed65492857]. (tags: trunk)
View ArticleReformulate a for-in loop to a for loop in wasm.xWrap() to work around...
Reformulate a for-in loop to a for loop in wasm.xWrap() to work around downstream frameworks modifying the JS Array prototype, as reported in [forum:b549992634b55104|forum post b549992634b55104]....
View ArticleSquelch two OMIT-flag-related warnings reported in...
Squelch two OMIT-flag-related warnings reported in [forum:388243d9882067a9|forum post 388243d9882067a9]. No functional changes. (tags: trunk)
View ArticleAdd an sqlite3FaultSim(300) call to the sqlite3ParserAddCleanup() routine for...
Add an sqlite3FaultSim(300) call to the sqlite3ParserAddCleanup() routine for more precise simulation of OOM errors in that routine. (tags: cleanup-testing)
View ArticleImprovements to the ".testctrl fault_install" command in the CLI. (tags:...
Improvements to the ".testctrl fault_install" command in the CLI. (tags: cleanup-testing)
View ArticleThe sqlite3FaultSim(300) error from [1e8863909ac369e5] must be treated as an...
The sqlite3FaultSim(300) error from [1e8863909ac369e5] must be treated as an OOM, since it simulates an OOM. Also fix deferred deletion of Expr objects from [a53bdd311c4154fd] so that it does not...
View ArticleAdd a test for the fixes on this branch. (tags: cleanup-testing)
Add a test for the fixes on this branch. (tags: cleanup-testing)
View Article*MERGE* Fix aggregate function processing to correctly deal with OOMs inside...
*MERGE* Fix aggregate function processing to correctly deal with OOMs inside of sqlite3ParserAddCleanup(). (dbsqlfuzz b2d11ca70e55ee8bde48ae0b53fa3e9355812f95). Also add improved testing support by...
View ArticleAdd tests to bestindexC.test. No changes to code. (tags: trunk)
Add tests to bestindexC.test. No changes to code. (tags: trunk)
View ArticleOptimization in the implementation of OP_OpenRead and OP_OpenWrite (tags:...
Optimization in the implementation of OP_OpenRead and OP_OpenWrite (tags: faster-openread)
View ArticleAllow existing fts5 tables to be dropped even if the associated tokenizer is...
Allow existing fts5 tables to be dropped even if the associated tokenizer is not available. (tags: fts5-delay-tokenizer)
View Article