Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

ARRAY_LENGTH is not handling null values well #766

Closed
ajnavarro opened this issue Jun 24, 2019 · 0 comments · Fixed by #767
Closed

ARRAY_LENGTH is not handling null values well #766

ajnavarro opened this issue Jun 24, 2019 · 0 comments · Fixed by #767
Assignees
Labels
bug Something isn't working

Comments

@ajnavarro
Copy link
Contributor

Example:

mysql> select ARRAY_LENGTH(null);
ERROR 1105 (HY000): unknown error: invalid type: NULL_TYPE
@ajnavarro ajnavarro added the bug Something isn't working label Jun 24, 2019
@erizocosmico erizocosmico self-assigned this Jun 24, 2019
@creachadair creachadair changed the title ARRAY_LENGTH is not hanlding well null values ARRAY_LENGTH is not handling null values well Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants