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
9527: dolt_commit and dolt_add to target branch
Fixes: Calling dolt specific procedures on another branch dolthub/dolt#9524
9526: Update GC docs to have correct max for archive level
Documentation bug. We have tests to ensure you can't specify
--archive-level 2Fixes: "dolt gc --archive-level=<level>" is missing 2nd archive level dolthub/dolt#9521
9525: return
io.EOFfor empty strict lookupsWhen there is no lookup key/value, we should return
io.EOFfor strict lookups.Tests: test aggregates over indexes with false filter dolthub/go-mysql-server#3097
Fixes: SELECT COUNT WHERE query that should return zero results instead hangs indefinitely dolthub/dolt#9523
9517: Migrate dolt CI commands to query database
This PR migrates the
dolt CIsubcommands to use SQL queries instead of directly modifying the database.It also fixes an existing panic when you try to run the commands while a server is running.
There are several other small changes, fixing some typos and cleaning up functions.
go-mysql-server
Fixes most of the broken tests in dolthub/dolt#9469 (skipping tests related to dolthub/dolt#9510 and dolthub/dolt#9511)
also fixes dolthub/dolt#9473
Closed Issues
View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.57.0.