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
This reverts commit dd7071f8711a6d33bbd5aa8d64ea6b8a90094456, reversing changes made to 02f450318cb34a09c448bbde5640d512d8408931.
Reverting slash commands to fix: Why the Division Operator can't work in dolt's sql? dolthub/dolt#8050 and Setting the delimiter to begin with
/
causes the dolt shell to incorrectly interpret lines as slash commands. dolthub/dolt#8022Load database statistics once on sql engine startup. If auto refresh is enabled, bootstrap is not performed. Behavior is on by default and can be turned off:
This includes a small change to the way we encode column types for stats. We previously split using a comma
","
, but enums and others can include commas so we use a line break now"/n"
. Old versions of stats will fail to load with the newer version.Closed Issues