Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-20.2: sql: fix some type / string conversion brokenness #57558

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

knz
Copy link
Contributor

@knz knz commented Dec 4, 2020

Backport 1/1 commits from #57354.

/cc @cockroachdb/release


This ensures that e.g. `drop type "a+b"` works if there is a type
indeed named `a+b`.

Release note (bug fix): DROP TYPE and certain other statements that
work over SQL scalar types now properly support type names containing
special characters.
@knz knz requested a review from otan December 4, 2020 14:05
@knz knz requested a review from a team as a code owner December 4, 2020 14:05
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Contributor

@otan otan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

@knz knz merged commit 8f95377 into cockroachdb:release-20.2 Dec 4, 2020
@knz knz deleted the backport20.2-57354 branch December 4, 2020 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants