Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.0.5
-
Fix Version/s: None
-
Component/s: Drivers
-
Labels:None
Description
New types have to be registered in the platforms using registerDoctrineMappingType but the driver does not call this for type that are registered using Type::addType
This issue has been reported by some Symfony user here https://github.com/symfony/symfony/issues/1349 but the bug is indeed in DBAL.
Btw, this also affects the master branch but this project does not allow to select it (the ORM project does)
This is not a "bug". This methods have to called indepdentatly.