Skip to content

Demonstrate issue with union IS NULL behaviour #24

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 1 commit into from

Conversation

samuelcolvin
Copy link
Collaborator

Basically is null works correctly with unions on scalar values, but not on columns where unions seem to never be null.

"| object_foo_array | false |",
"| object_foo_obj | false |",
"| object_foo_null | false |",
"| object_bar | false |", // THIS IS WRONG!
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

see the test immediately above this for the repr of the union.

@samuelcolvin
Copy link
Collaborator Author

replaced by #27

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant