Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9599: go: sqle: autoincrement_tracker: When we close the engine.SqlEngine, finalize any ongoing initialization of AutoIncrementTrackers.
    This lets us more cleanly close DoltDB instances, which we should not be accessed after we close them.
  • 9595: Update MySqlConnector to latest version
    The NuGet package and .NET version being used were both out of support.
  • 9561: dolthub/dolt#9554 - Fix varbinary fields displaying as unicode instead of hex
    Fixes dolthub/dolt#9554
    • Adds --binary-as-hex flag to print binary types varbinary and binary as hex through custom iterator in the print layer
  • 9560: Better dolt_query_catalog system table
    Updates the dolt_query_catalog system table to use the following:
    1. dolt_query_catalog is now a permanent writable system table, so can be used in the server context, and no longer requires cli initialization.
    2. dolt sql options --save, --list-saved, and --execute now can be used in the server context.
    3. The above options now follow conventions for usage in directories without initalized dolt repos.
    4. Slightly improved test coverage.

go-mysql-server

  • 3131: Unwrap ParenExpr when evaluating OrderBy expressions
    fixes dolthub/dolt#9605
    Commit 5cbc653 says "group by" but it should be "order by"
  • 3126: Added test for adding check constraint when modifying column
    Test for dolthub/vitess#422
  • 3123: Support decimal unique keys
    fixes #3071
  • 3117: drop sorts in cross joins and inner joins
    This PR applies the sort removal optimizations over cross and inner joins.

vitess

Closed Issues

  • 9605: order by CTE table seems not to work
  • 9554: varbinary fields are presented as unicode instead of hex
  • 9604: SELECT ... FOR UPDATE NOWAIT, introduced in MySQL 8.0, cannot be parsed correctly
  • 9598: Deleting an active branch used in multiple connections results in unrecoverable state
  • 9591: Check constraints in modify column statements are ignored.
  • 5400: UPDATE JOIN doesn't support triggers
  • 2111: The time zone generated by CURRENT_TIMESTAMP is not the expected time zone
  • 3071: In-memory tables don't support DECIMAL(...) UNIQUE KEY

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


@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 Jul 31, 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 Jul 31, 2025
@BrewTestBot BrewTestBot enabled auto-merge July 31, 2025 02:58
@BrewTestBot BrewTestBot added this pull request to the merge queue Jul 31, 2025
Merged via the queue into main with commit fe5177d Jul 31, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.57.4 branch July 31, 2025 03:07
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