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
7450: push should ignore tracking branch
Fix for:
dolt push
may be overly aggressive in its fast-forward check. dolthub/dolt#74487443: add disable version check warning
Adds a message to provide instructions on how to disable the version out-of-date check. This message will print once per version.
Related: Make phone home behavior opt-in dolthub/dolt#7435
7441: Persist table comment from
create table
We already parse table comments, but they were not persisted anywhere. This change adds support for persisting table comments so that they can be round-tripped between
create table
andshow create table
.In addition to the follow ups in the GMS layer (mentioned in Persist table comment from
create table
dolthub/go-mysql-server#2307), there is one follow up in the dolt layer to update Dolt's merge logic to merge table comment changes.Depends on Persist table comment from
create table
dolthub/go-mysql-server#2307Related to add table create comment to table spec dolthub/dolt#7416
go-mysql-server
create view
statementsRelated to Issue creating views across databases dolthub/dolt#7438
json_keys()
functionThis PR adds support for
JSON_KEYS()
.MySQL docs: https://dev.mysql.com/doc/refman/8.0/en/json-search-functions.html#function_json-keys
Closed Issues