Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

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 Article


Always 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 Article


Add 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 Article

Put 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 Article

Fix 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 Article

Add 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 Article

Attempt 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 Article


When 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 Article


Improved 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 Article

Fix harmless compiler warning. (tags: multi-drop)

Fix harmless compiler warning. (tags: multi-drop)

View Article

Omit unreachable branches in the parser. (tags: multi-drop)

Omit unreachable branches in the parser. (tags: multi-drop)

View Article

RTREE uses multi-DROP to erase shadow tables. (tags: multi-drop)

RTREE uses multi-DROP to erase shadow tables. (tags: multi-drop)

View Article


When 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 Article

Improved rebustness against OOM and corruption. (tags: multi-drop)

Improved rebustness against OOM and corruption. (tags: multi-drop)

View Article


Simplifications to multi-DROP logic. (tags: multi-drop)

Simplifications to multi-DROP logic. (tags: multi-drop)

View Article

Remove an unused line of code. (tags: multi-drop)

Remove an unused line of code. (tags: multi-drop)

View Article


Proof-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 Article

Attempt 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 Article

Change 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
Browsing all 2701 articles
Browse latest View live