Fix an eputf() macro without its argument in the CLI. (tags: trunk)
Fix an eputf() macro without its argument in the CLI. (tags: trunk)
View ArticleAlways convert 32-bit integer literals into EP_IntValue notation, even if...
Always convert 32-bit integer literals into EP_IntValue notation, even if they contain "_" separators. (tags: trunk)
View ArticleAdd in a VdbeCoverage() macro needed by STAT4 that should have been part of...
Add in a VdbeCoverage() macro needed by STAT4 that should have been part of check-in [63ef234e88857a65]. (tags: trunk)
View ArticlePut NEVER() on a branch in STAT4 that appears to be unreachable. (tags: mistake)
Put NEVER() on a branch in STAT4 that appears to be unreachable. (tags: mistake)
View ArticleFix two -Werror=lto-type-mismatch warnings reported in...
Fix two -Werror=lto-type-mismatch warnings reported in [forum:ef62b57bd5|forum post ef62b57bd5]. (tags: lto-type-mismatch)
View Article*MERGE* Fix two -Werror=lto-type-mismatch warnings reported in...
*MERGE* Fix two -Werror=lto-type-mismatch warnings reported in [forum:ef62b57bd5|forum post ef62b57bd5]. (tags: trunk)
View ArticleAdd the ability to DROP one or more objects of the same class in a single...
Add the ability to DROP one or more objects of the same class in a single statement by listing the objects as multiple arguments to the DROP command. (tags: multi-drop)
View ArticleAttempt to fix multi-object DROP. Working better, but still not perfect....
Attempt to fix multi-object DROP. Working better, but still not perfect. (tags: multi-drop)
View ArticleWhen doing a multi-drop, delete btrees beginning with the largest root page...
When doing a multi-drop, delete btrees beginning with the largest root page first and working toward smaller root pages, to avoid problems with root page renumbering due to autovacuum. (tags: multi-drop)
View ArticleImproved handling of foreign-key constraints on a multi-drop of tables....
Improved handling of foreign-key constraints on a multi-drop of tables. (tags: multi-drop)
View ArticleFix harmless compiler warning. (tags: multi-drop)
Fix harmless compiler warning. (tags: multi-drop)
View ArticleOmit unreachable branches in the parser. (tags: multi-drop)
Omit unreachable branches in the parser. (tags: multi-drop)
View ArticleRTREE uses multi-DROP to erase shadow tables. (tags: multi-drop)
RTREE uses multi-DROP to erase shadow tables. (tags: multi-drop)
View ArticleWhen doing DROP TABLE or DROP INDEX, use a heap to ensure that the various...
When doing DROP TABLE or DROP INDEX, use a heap to ensure that the various btrees are dropped in the right order for autovacuum. (tags: multi-drop)
View ArticleImproved rebustness against OOM and corruption. (tags: multi-drop)
Improved rebustness against OOM and corruption. (tags: multi-drop)
View ArticleSimplifications to multi-DROP logic. (tags: multi-drop)
Simplifications to multi-DROP logic. (tags: multi-drop)
View ArticleRemove an unused line of code. (tags: multi-drop)
Remove an unused line of code. (tags: multi-drop)
View ArticleProof-of-concept for new time-interval operator "pg-month" and "pg-year" that...
Proof-of-concept for new time-interval operator "pg-month" and "pg-year" that use the truncate-to-month algorithm for month overflow instead of the wrap-to-next-month algorithm that is used by SQLite...
View ArticleAttempt to use less memory when handling a large VALUES clause attached to an...
Attempt to use less memory when handling a large VALUES clause attached to an INSERT statement. This branch is buggy. (tags: exp-values-clause)
View ArticleChange the magic time-interval names that do truncate-to-same-month to be...
Change the magic time-interval names that do truncate-to-same-month to be "mnth" and "yr" - "month" and "year" without the vowels. (tags: month-truncate)
View Article