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

cherrypick-1.1: sql: bugfix to evalling null as collated string #20648

Merged
merged 1 commit into from Dec 12, 2017

Conversation

jordanlewis
Copy link
Member

Previously, evaluating a prepared statement where a placeholder was
directly collated with the COLLATE operator could panic if the input
was null.

Release note (bug fix): Fix a panic with null collated strings.

cc @cockroachdb/release

Previously, evaluating a prepared statement where a placeholder was
directly collated with the `COLLATE` operator could panic if the input
was null.

Release note (bug fix): Fix a panic with null collated strings.
@jordanlewis jordanlewis requested review from justinj and a team December 12, 2017 15:50
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@jordanlewis jordanlewis changed the title sql: bugfix to evalling null as collated string cherrypick-1.1: sql: bugfix to evalling null as collated string Dec 12, 2017
@jordanlewis jordanlewis merged commit dc3bb42 into cockroachdb:release-1.1 Dec 12, 2017
@jordanlewis jordanlewis deleted the cp-col-null branch December 12, 2017 16:07
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