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
dirty
column to the dolt_branches tableThis change allows users, particularly on servers, to quickly determine which branches have a dirty working set.
go-mysql-server
This PR moves the logic for
validateStoredProcedure
analyzer rule into the planbuilder, allowing for proper error messages.Related: Stored procedure: temp table created in procedure not visible dolthub/dolt#8762
Fixed a couple bugs in column default normalization: 1) editing the expression tree in place so the change is invisible to debug logging, 2) normalizing some literals that should manage their own round-trip serialization
drop temporary table ...
and displaytemporary in show create table statements
In-memory database doesn't support temporary tables, so tests are here: implement and test
drop temporary table ...
andshow create table
statements dolthub/dolt#8781fixes:
SHOW CREATE TABLE
doesn't includeTEMPORARY
for temporary tables dolthub/dolt#7992Closed Issues