Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Invalid
-
Affects Version/s: 2.0.0-BETA2
-
Fix Version/s: None
-
Component/s: Platforms
-
Labels:None
-
Environment:PostgreSQL 8.4.x
Description
On reverse engineering one of my PostgreSQL apps, I noticed a few datatypes that weren't recognised in ..
Doctrine/DBAL/Platforms/PostgreSqlPlatform.php
tsvector (treat as string?)
cidr (treat as string?)
_int4 (treat as integer?)
Can you link me with information on each of these types?
You can hook them in yourself by using the "registerDoctrineMappingType" method on the Database Platform instance.