opensoft / doctrine-postgres-types

Provide common Doctrine types for Postgres in use at Opensoft
68 stars 25 forks source link

Support null values #12

Closed marcojetson closed 8 years ago

marcojetson commented 8 years ago

When providing null values for array types

Common\Error\Exception\Warning: implode(): Invalid arguments passed
/vagrant/vendor/opensoft/doctrine-postgres-types/src/Doctrine/DBAL/PostgresTypes/AbstractArrayType.php (53)
rybakit commented 8 years ago

Should be fixed in https://github.com/opensoft/doctrine-postgres-types/pull/16.

richardfullmer commented 8 years ago

Fixed by #16