Improvements to the layout and comments for the new round() implementation....
Improvements to the layout and comments for the new round() implementation. (tags: round-up-2)
View ArticleSlight API doc tweak for xCheckReservedLock(), based on forum feedback. No...
Slight API doc tweak for xCheckReservedLock(), based on forum feedback. No code changes. (tags: trunk)
View ArticleDo not attempt to run hot journal rollback tests in lock5.test with the...
Do not attempt to run hot journal rollback tests in lock5.test with the "inmemory_journal" permutation, which cannot generate hot journals. (tags: unix-dotfile-fix)
View ArticleDoc updates in JS code. No functional changes. (tags: trunk)
Doc updates in JS code. No functional changes. (tags: trunk)
View ArticleFix a potential db corruption case triggered by the OPFS VFS's...
Fix a potential db corruption case triggered by the OPFS VFS's xCheckReservedLock() implementation, as discussed in [forum:a2f573b00cda1372|forum thread a2f573b00cda1372]. (tags: trunk)
View ArticleOmit tests that depend on sqlite3_release_memory() in lock5.test when running...
Omit tests that depend on sqlite3_release_memory() in lock5.test when running the memsubsys1 or memsubsys2 permutations. (tags: unix-dotfile-fix)
View Article*MERGE* Fix a problem with rolling back hot journals using the unix-dotfile...
*MERGE* Fix a problem with rolling back hot journals using the unix-dotfile VFS. (tags: trunk)
View ArticleDo not attempt the exists-to-join optimization for expressions from the ON...
Do not attempt the exists-to-join optimization for expressions from the ON clause of joins. (tags: exists-to-join)
View ArticleRemove some JS docs which no longer apply. No code changes. (tags: trunk)
Remove some JS docs which no longer apply. No code changes. (tags: trunk)
View ArticleFix a potential db corruption case triggered by the OPFS VFS's...
Fix a potential db corruption case triggered by the OPFS VFS's xCheckReservedLock() implementation. (tags: branch-3.46)
View ArticleRemove some dead JS code. Improve the exception-to-C-result-code conversion...
Remove some dead JS code. Improve the exception-to-C-result-code conversion to account for the case of a file disappearing while the OPFS VFS is waiting to acquire a lock on it. (tags: trunk)
View ArticleDo not omit the ORDER BY clause from a recursive CTE just because the outer...
Do not omit the ORDER BY clause from a recursive CTE just because the outer query that uses the CTE also contains an ORDER BY clause. (tags: recursive-cte-orderby-fix)
View ArticleAdd tests for the change on this branch. (tags: exists-to-join)
Add tests for the change on this branch. (tags: exists-to-join)
View ArticleImprovement to treeview.c: Show the DESC and BIGNULL flags when printing out...
Improvement to treeview.c: Show the DESC and BIGNULL flags when printing out ExprList objects. (tags: recursive-cte-orderby-fix)
View ArticleFix harmless comment typo. (tags: recursive-cte-orderby-fix)
Fix harmless comment typo. (tags: recursive-cte-orderby-fix)
View ArticleDo not omit the ORDER BY clause from a recursive CTE just because the query...
Do not omit the ORDER BY clause from a recursive CTE just because the query that contains the CTE also contains an ORDER BY clause. Plus other changes imported from the recursive-cte-orderby-fix...
View ArticleImprove the JS-exception-to-C-result-code conversion to account for the case...
Improve the JS-exception-to-C-result-code conversion to account for the case of a file disappearing while the OPFS VFS is waiting to acquire a lock on it. (tags: branch-3.46)
View ArticleInternal doc typo fixes, as reported in the forum. No code changes. (tags:...
Internal doc typo fixes, as reported in the forum. No code changes. (tags: trunk)
View ArticleUpdate sqlite3_analyzer to report on the number of WITHOUT ROWID tables and...
Update sqlite3_analyzer to report on the number of WITHOUT ROWID tables and to provide separate aggregate statistics for WITHOUT and WITH ROWID tables. (tags: trunk)
View Article