github dolthub/dolt v1.59.12
1.59.12

13 hours ago

Merged PRs

dolt

  • 9851: Bug fix: dolt_status works with an as of clause
    Fixes: #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: #9857: Add UUID_SHORT() support
    Fixes #9857
    Companion dolthub/docs#2676
  • 3224: Validate expressions in ORDER BY clause during GROUP BY validation
    fixes #9767
    update dolt test in #9853
  • 3217: Add CREATE DATABASE fall back on CREATE SCHEMA to mirror MySQL
    Fixes #9830

vitess

  • 432: Implement PIPES_AS_CONCAT mode parsing
    Part of #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

Don't miss a new dolt release

NewReleases is sending notifications on new releases.