Hi All,
i'm getting in trouble with updates for primary keys. Since ORM uses pk to identify its counterpart record, to determine what to update, if I try to update a PK of an object, Phalcon updates the other, if the record does exist.
How can I tell ORM the current and the new pk?
Thanks Gianluca