propelorm/Propel

Detection of value change on columns with type object

Bonscho opened this issue · 0 comments

Loading an object from the database, changing its members values and storing it back again fails, because the setter method compares whether the given object is "the same" as the already existing one. Whether the members value had changed is not checked, so you have to pass a newly created or cloned object instead.