Skip to content

Conversation

@BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
# Merged PRs

dolt

  • 9620: Fix for 'as of' with dolt_query_catalog
    as of is currently broken when you try to use it on dolt_query_catalog. It should work as intended now.
  • 9619: dolthub/dolt#9530 - Overflow check for auto_inc
    Fixes dolthub/dolt#9530
    Companion dolthub/go-mysql-server#3103
    Adds a check the next values in auto increment when they go under the current value.
  • 9617: Fix DBeaver infinite loop from system table database context errors
    Fixes "Empty database name" errors when DBeaver queries system tables with explicit database context
    Modified system tables to use database name parameter instead of ctx.GetCurrentDatabase()
  • 9600: Add dolt ci run
    Adds dolt ci run:
    Usage: dolt ci run <workflow name>
    Runs all defined saved queries and asserts the given column or row count against those queries.

go-mysql-server

  • 3135: include null values when evaluating anti joins created from WHERE NOT EXISTS
    fixes dolthub/dolt#9615
    We were not including null values when evaluating anti joins created from unnesting WHERE NOT EXISTS statements. This was causing us to return empty sets if there was a null value in the right side table of the anti join.
  • 3131: Unwrap ParenExpr when evaluating OrderBy expressions
    fixes dolthub/dolt#9605
    Commit 5cbc653 says "group by" but it should be "order by"
  • 3103: dolthub/dolt#9530 - Fix auto-increment overflow handling
    Fixes dolthub/dolt#9530
    Added bounds checking for auto-increment values to prevent overflow beyond data type limits. The fix ensures auto-increment values don't exceed type maximums (e.g., 127 for TINYINT) and correctly throws duplicate key errors instead of allowing overflow.

Closed Issues

  • 9615: No results returned with "where not exists" subquery with inner join (Django queryset.exclude(a__b__isnull=False))
  • 9554: varbinary fields are presented as unicode instead of hex
  • 9605: order by CTE table seems not to work

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


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

github-actions bot commented Aug 2, 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 Aug 2, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 2, 2025 03:57
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 2, 2025
Merged via the queue into main with commit 13ce105 Aug 2, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-dolt-1.57.5 branch August 2, 2025 04:05
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