作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从 mysql 迁移到 postgresql,并在大写字段名称中使用 ansi 引号。
我阅读了手册中有关 Doctrine 引用策略的章节。不幸的是,我不明白我必须将配置代码放在哪里。
为了获得 ansi 报价策略,我应该使用以下代码:
$configuration->setQuoteStrategy(new AnsiQuoteStrategy());
我在使用 Symfony 2——我想这在配置方面很重要。
最佳答案
学说 bundle 1.5+。
在config.yml中配置:
doctrine:
# ...
orm:
# ...
quote_strategy: doctrine.orm.quote_strategy.ansi
对于多个实体管理器:
doctrine:
# ...
orm:
# ...
entity_managers:
default:
quote_strategy: doctrine.orm.quote_strategy.ansi
关于php - 如何在 Doctrine 2 中配置报价策略,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30203135/
我是一名优秀的程序员,十分优秀!