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 makes it such that
pg_catalog
is created by default when Doltgres is using Dolt. In addition, adds a new function to hook into schema functionality.go-mysql-server
VALUES
statementfixes VALUES statement not supported dolthub/dolt#8012
syntax: support
VALUES
statement dolthub/vitess#354fixes Parenthesised table references in JOIN clauses cause syntax errors if not followed by nested JOINs dolthub/dolt#8009
vitess
VALUES
statementThis PR add syntax support for
VALUES
statment as an alias forSELECT * FROM ...
.We are still missing
SELECT (VALUES ...)
(support for values as aselect_expression
).syntax for VALUES statement not supported dolthub/dolt#8012
This PR allows the use of backticks in system and user variables.
We are more lenient than MySQL when it comes to backticks in set statements.
For example, we allow
set @abc.
def= 10
, while MySQL throws an error.This is because we treat this as a qualified column identifer and automatically strip the backticks.
test bump test bump dolthub/go-mysql-server#2548
fixes Backtick escaping doesn't work for variables dolthub/dolt#8010
Closed Issues