Yes, I just tried with dbal-2.8.0 and orm-2.6.2, but some errors came out because I'm using PHP 5.6 and in this versions of orm and dbal are using "??" operator and return types for functions which are PHP 7 new features. I would like to know if this bug is fixed in a version of orm and dbal for PHP 5.6
Thanks El jueves, 20 de septiembre de 2018, 0:25:26 (UTC-4), Dunior Socarras escribió: > > I'm using Doctrine 2.5, I have a database in PostgreSQL 6 and my tables > are inside diferent schemas. > When I excecute the command "doctrine orm:convert-mapping --from-database > annotation", Doctrine generate the entities but with a wrong name, ex.: if > the Schema name in PostgreSQL is "people" and a Table name inside that > schema is "job", Doctrine generates a file named People.job.php and the > class name is People.job. It also doesn't inlcude the schema name inside > the @Table annotation. I need help, thanks > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
