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 bump
Created with
brew bump-formula-pr
.release notes
Currently the show command can print internal objects, which requires a local environment. This goes against the sql migration expectations that there is no environment. This change only makes the situation less bad. Splitting out the admin operations into another command is the right approach.
Fixes: \show in SQL shell panics when arg isn't a commit dolthub/dolt#8727
We can use the built-in
min
andmax
functions since Go 1.21.Reference: https://go.dev/ref/spec#Min_and_max
We can use the built-in
min
andmax
functions since Go 1.21.Reference: https://go.dev/ref/spec#Min_and_max
If sql-server is ran without a specified config file and there is no config.yaml in the database directory, one will be generated.
The rules for how the default config.yaml file is generated are as follows:
Part of #7980
go-mysql-server
Once we spool a batch of rows to client, there's no reason to keep them in memory.
Fixes mydumper OOMs in deterministic fashion for large database dolthub/dolt#8718
Closed Issues
FULL OUTER JOIN
not commutative, and not giving correct resultsPerformance
| Overall Mean Multiple | 1.52 |
|-----------------------|------|