opensoft / doctrine-postgres-types

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

text_array type propery that is nullable #18

Open ChrisChrisi opened 7 years ago

ChrisChrisi commented 7 years ago

When I use the text_array type and want to set the value of the proprty to null the convertToDatabaseValue() method of TextArrayType class automatically set it to ematy array ( {}). I don't want the field value to be emty array. I want it to be null. I want the values of the property to can be set to null or text array.