Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Drivers
-
Labels:None
-
Environment:Postgresql >= 8.4
Description
Hi,
Since at least postgres 8.4 , pg support arrays...
it could be nice if doctrine could read them as a type instead of use a string for it.
Postgresql also offer a sort of hash array named hstore...
Thanks
This will not be implemented as it is implementation specific whereas Doctrine features need to be supported by all vendors.
You can already implement this with custom types though, i remember testing this some time ago.