mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-693: NULL values from Postgres boolean columns are loaded as FALSE instead of NULL #855
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.