Closed marcosh closed 9 years ago
In postgres the table user has a reserved meaning, so we need to add backticks to the table name so that doctrine is able to add quotes to the table name. See https://github.com/ZF-Commons/ZfcUserDoctrineORM/issues/77 and https://github.com/doctrine/dbal/pull/572 for some related issues
In postgres the table user has a reserved meaning, so we need to add backticks to the table name so that doctrine is able to add quotes to the table name. See https://github.com/ZF-Commons/ZfcUserDoctrineORM/issues/77 and https://github.com/doctrine/dbal/pull/572 for some related issues