Recently I updated to Beta 4 and this problem popped up.  
*
[Doctrine\DBAL\DBALException]                                                   
                  

  Unknown database type  requested, 
Doctrine\DBAL\Platforms\PostgreSqlPlatform may not support it.*

It seems that the doctrine tool is using the schema tool, and while the 
connection initialisation in  

*Symfony\Bundle\DoctrineBundle\ConnectionFactory*

does add the type to the types list using Type::AddType, it doesn't call the 
registerDoctrineTypeMapping on the platform.

So when the check runs against the types, having not been previously 
initialised gets initialised with the static list, and excludes
the custom types.


-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to