通过CakePHP中的查询构建器使用json postgresql数据类型的最佳方法是什么?

时间:2015-10-27 13:34:22

标签: php json postgresql cakephp

我还没有找到使用postgresql的json运算符的方法,->->>等。

我希望能够以这种方式使用它们:

$this->MyModel->find('all', array('conditions'=>array("jsonfield->'key'"=>"value")

但它会导致如下错误:

Error: SQLSTATE[42703]: Undefined column: 7 ERROR: column MyModel.jsonfield->'key' does not exist LINE 1

0 个答案:

没有答案