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

NULL does not deserialize to false on Postgres #2063

Closed
wants to merge 1 commit into from
Closed

NULL does not deserialize to false on Postgres #2063

wants to merge 1 commit into from

Conversation

Ten0
Copy link
Member

@Ten0 Ten0 commented May 14, 2019

This could happen due to #1459.
We're better off triggering an error rather than having falses propagating in the rest of the application logic.

This could happen due to #1459.
We're better off triggering an error rather than having `false`s propagating in the rest of the application logic.
@weiznich
Copy link
Member

See @sgrif comments on #1459, 26720d7 and #104 why this is a bad idea.

@sgrif
Copy link
Member

sgrif commented May 14, 2019

Yeah, this isn't something we can do unless you have a plan to avoid regressing issues from 4 years ago.

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