Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9841: Validate that FKs referencing system tables don't specify referential actions
  • 9832: Reverted Extended encoding from adaptive to ref
    While working on importing dumps in Doltgres, I found out that data wasn't being written correctly in some circumstances. Turns out that the new adaptive encoding is incomplete, and therefore broken, and any columns over the inline threshold will be truncated. This truncation results in a panic whenever the field is read, since the serialized size does not match the data, causing OOB access.
    This should be safe to change since existing databases will simply swap to using the old ref approach until adaptive is fixed, where we can then swap back to the adaptive encoding (since the ref code is still in the codebase). I've already spoken to Nick who will lead the fix once he has returned next week.

go-mysql-server

  • 3219: dolthub/go-mysql-server#3216: Fix UNION ALL with NULL BLOB SELECT returning NULL for all vals
    Fixes #3216
  • 3215: Trim strings before converting to bool
    fixes dolthub/dolt#9821
    fixes dolthub/dolt#9834
  • 3214: Implement PIPES_AS_CONCAT mode
    Fixes dolthub/dolt#9791
    depends on dolthub/vitess#432
  • 3204: dolthub/dolt#9812: Coalesce IN and = operator logic
    Fixes dolthub/dolt#9812

vitess

  • 432: Implement PIPES_AS_CONCAT mode parsing
    Part of dolthub/dolt#9791
  • 426: Length-encode vector values when sent on the wire.
    GMS uses Vitess code to encode responses into the MySQL wire format.
    Testing for this change is in the corresponding GMS PR.

Closed Issues

  • 9791: PIPES_AS_CONCAT sql_mode not yet implemented in Dolt - || operator behavior differs from MySQL
  • 9834: Missing warning on invalid numeric conversion
  • 9821: Logical operators with numeric string incorrectly evaluates to FALSE
  • 3216: No binary data from UNION ALL

View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.59.10.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 16, 2025
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 16, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 16, 2025
Merged via the queue into main with commit da11b5d Sep 16, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.59.10 branch September 16, 2025 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants