Skip to content

chore: release v0.1.5#24

Merged
MagicalTux merged 1 commit into
masterfrom
release-plz-2026-07-21T12-11-15Z
Jul 22, 2026
Merged

chore: release v0.1.5#24
MagicalTux merged 1 commit into
masterfrom
release-plz-2026-07-21T12-11-15Z

Conversation

@MagicalTux

@MagicalTux MagicalTux commented Jul 21, 2026

Copy link
Copy Markdown
Member

🤖 New release

  • graphitesql: 0.1.4 -> 0.1.5 (✓ API compatible changes)
Changelog

0.1.5 - 2026-07-22

Added

  • (txn) honor PRAGMA busy_timeout for a blocked cross-process read
  • (vdbe) bare-aggregate DISTINCT (with explicit COLLATE) runs on the VDBE
  • (vdbe) bare aggregate runs when the projection is more than a single aggregate
  • (vdbe) bare-aggregate HAVING folds an aggregate that appears only in HAVING
  • (vdbe) derived / subquery / view FROM source over a non-BINARY column runs on the VDBE
  • (vdbe) CTE source over a non-BINARY column runs on the VDBE
  • (vdbe) non-constant LIMIT/OFFSET on the FROM-less SELECT path
  • (vdbe) DISTINCT with collation over grouped/aggregate joins
  • (vdbe) DISTINCT with collation over GROUP BY output
  • (vdbe) DISTINCT with collation over LEFT/FULL/N-table joins
  • (vdbe) compile non-constant LIMIT/OFFSET (port of computeLimitRegisters)

Fixed

  • (txn) take the write lock before a DML statement navigates its b-tree
  • (resolve) CTE columns inherit their body's affinity and collation

Testing

  • (stress) retry the writer child's setup read on Busy
  • (func) skip non-UTF-8 text differential on a Unicode sqlite oracle


This PR was generated with release-plz.

@MagicalTux
MagicalTux force-pushed the release-plz-2026-07-21T12-11-15Z branch 13 times, most recently from 57ba36b to 83e3e26 Compare July 22, 2026 07:49
@MagicalTux
MagicalTux force-pushed the release-plz-2026-07-21T12-11-15Z branch from 83e3e26 to fddbbd6 Compare July 22, 2026 13:39
@MagicalTux
MagicalTux merged commit fba7113 into master Jul 22, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant