Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9851: Bug fix: dolt_status works with an as of clause
    Fixes: select * from dolt_status as of BRANCHNAME shows status of currently checked out branch. dolthub/dolt#8283
  • 9833: support dolt tests in dolt ci
    This PR add support for running Dolt Tests in DoltHub CI. User's can now define the dolt tests they want to execute in DoltHub CI but specifying one or both of the Dolt Test Step Workflow fields, dolt_test_tests: [] and/or dolt_test_groups: [], like so:
    name: wf_dt_example
    on:
    push: {}
    jobs:
    - name: job
    steps:
    - name: run group a tests
    dolt_test_groups: ["group_a"]
    - name: run tests 4 and 5
    dolt_test_tests: ["test_4", "test_5"]
    The dolt ci run command has also been updated to support executing Workflows with Dolt Test Steps locally.

go-mysql-server

  • 3227: dolthub/dolt#9857: Add UUID_SHORT() support
    Fixes dolthub/dolt#9857
    Companion dolthub/docs#2676
  • 3224: Validate expressions in ORDER BY clause during GROUP BY validation
    fixes dolthub/dolt#9767
    update dolt test in dolthub/dolt#9853
  • 3217: Add CREATE DATABASE fall back on CREATE SCHEMA to mirror MySQL
    Fixes dolthub/dolt#9830

vitess

  • 432: Implement PIPES_AS_CONCAT mode parsing
    Part of dolthub/dolt#9791

Closed Issues

  • 9857: Missing function uuid_short()
  • 8283: select * from dolt_status as of BRANCHNAME shows status of currently checked out branch.
  • 9767: validate non-aggregate columns in having and order by during group by validation

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


@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` icu4c ICU use is a significant feature of the PR or issue labels Sep 19, 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 19, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 19, 2025
Merged via the queue into main with commit da1516c Sep 19, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.59.12 branch September 19, 2025 05:27
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 icu4c ICU 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