mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 15:38:10 +02:00
DDC-693: NULL values from Postgres boolean columns are loaded as FALSE instead of NULL #856
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 18, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user jantichy:
I have column in PostgreSQL defined as "BOOLEAN NULL". If I store NULL value to database and then load it back, I get FALSE instead of NULL.
Example entity and test attached.
I am not sure if this issue applies to ORM or DBAL, so posting here.
@doctrinebot commented on GitHub (Jul 21, 2010):
Comment created by @beberlei:
Fixed
@doctrinebot commented on GitHub (Jul 21, 2010):
Issue was closed with resolution "Fixed"