ZF-Commons / ZfcUserDoctrineORM

Doctrine2 ORM storage adapter for ZfcUser.
BSD 3-Clause "New" or "Revised" License
89 stars 92 forks source link

Add backticks to table name #94

Closed marcosh closed 9 years ago

marcosh commented 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