From 664933a324c6623396f8a9bb4d6f095381a292af Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Wed, 20 May 2015 11:31:55 +0200 Subject: [PATCH] Add backticks to table name 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 --- .../zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/xml/zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml b/config/xml/zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml index a3d2855..e17b6e6 100644 --- a/config/xml/zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml +++ b/config/xml/zfcuserdoctrineorm/ZfcUserDoctrineORM.Entity.User.dcm.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> - +