Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
as ofis currently broken when you try to use it ondolt_query_catalog. It should work as intended now.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.
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()
dolt ci runAdds
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
WHERE NOT EXISTSfixes dolthub/dolt#9615
We were not including null values when evaluating anti joins created from unnesting
WHERE NOT EXISTSstatements. This was causing us to return empty sets if there was a null value in the right side table of the anti join.fixes dolthub/dolt#9605
Commit 5cbc653 says "group by" but it should be "order by"
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
queryset.exclude(a__b__isnull=False))View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.57.5.