我还没有找到使用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