Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.3
-
Fix Version/s: 2.1.5
-
Component/s: Platforms, Schema Managers
-
Security Level: All
-
Labels:None
-
Environment:Linux 64bits 2.6.35-30, Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 64bits
Description
Missing type raw from OraclePlatform::initializeDoctrineTypeMappings.
The Symfony2 task doctrine:schema:update throws Unknown database type raw requested, Doctrine\DBAL\Platforms\OraclePlatform may not support it..
The attached patch seems to fix it, but I don't know if something more to be done.
Is raw really a text? Is it similar to VARBINARY or something?