Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

go-mysql-server

  • 3193: Left and right joins should not be optimized into cross joins
    fixes dolthub/dolt#9782
  • 3192: fix update join with conflicting aliases
    Update joins with SubqueryAlias with TableAlias matching an outer TableAlias would result in the incorrect table getting picked when resolving Foreign Keys. Fix here is to not Inspect OpaqueNodes to avoid incorrectly overriding any aliases; they shouldn't be visible anyway.
  • 3191: Use Decimal.String() for key in hashjoin lookups
    fixes dolthub/dolt#9777
    Decimals are not hashable so we have to use Decimal.String() as a key instead.
  • 3162: Add support for VECTOR type
    This PR adds a VECTOR type to GMS. Vectors are arrays of 32-bit floats.
    It also adds several functions that take vectors as arguments, including converting vectors to and from strings, and functions for computing distances between vectors.
    Finally, it ensures that vector types work correctly when passed to existing functions (such as BIT_LENGTH, MD5, etc.)

Closed Issues

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


@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 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2025

🤖 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 4, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 4, 2025
Merged via the queue into main with commit 70bbbfd Sep 4, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.59.2 branch September 4, 2025 02:50
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