We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

raw query has schema in UPDATE

how to using raw query in UPDATE has schema like postgresql? i tried using INFORMATION_SCHEMA.TABLE in table name but still error. thanks



98.9k

What error are you getting?



2.5k

if i used $this->db->update('purchase.dpm',array(columns),array(value),condition) the error is Undefined table: 7 ERROR: relation "purchase.dpm" does not exist LINE 1

can the orm update the primary key value?