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

sql: fix a panic in concat_ws() and support a NULL separator. #10309

Merged
merged 1 commit into from Oct 29, 2016

Conversation

knz
Copy link
Contributor

@knz knz commented Oct 29, 2016

Prior to this patch concat_ws() without arguments would panic.
Reported by @nathanejohnson.

Also this supports a NULL separator properly: concatenation with
a NULL separator produces a NULL result.


This change is Reviewable

Prior to this patch concat_ws() without arguments would panic.
Reported by @nathanejohnson.

Also this supports a NULL separator properly: concatenation with
a NULL separator produces a NULL result.
@maddyblue
Copy link
Contributor

:lgtm:


Review status: 0 of 2 files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

@knz knz merged commit c6cc639 into cockroachdb:master Oct 29, 2016
@knz knz deleted the fix-concat-ws branch October 29, 2016 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants