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.1: sql: return the proper type length for "char" type #48642

Merged

Conversation

jordanlewis
Copy link
Member

Backport 1/1 commits from #48602.

/cc @cockroachdb/release


Previously, the "char" type was reported as a varlen datatype. However,
it's actually a fixed-length datatype with size 1. This commit changes
the reporting to be accurate.

Closes #48565.

Release note (sql change): correctly report type length for "char" type

Previously, the "char" type was reported as a varlen datatype. However,
it's actually a fixed-length datatype with size 1. This commit changes
the reporting to be accurate.

Release note (sql change): correctly report type length for "char" type
@jordanlewis jordanlewis requested a review from rafiss May 9, 2020 16:16
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Collaborator

@rafiss rafiss left a comment

Choose a reason for hiding this comment

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

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@jordanlewis jordanlewis merged commit 5d0571a into cockroachdb:release-20.1 May 13, 2020
@jordanlewis jordanlewis deleted the backport20.1-48602 branch May 13, 2020 01:55
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.

None yet

3 participants