durusmail: durus-users: Mutating __class__ of persistent classes
Mutating __class__ of persistent classes
2006-02-08
2006-02-08
2006-02-08
2006-02-09
Mutating __class__ of persistent classes
David Binger
2006-02-08
Here is the change that fixes it.

On Feb 8, 2006, at 5:07 PM, A.M. Kuchling wrote:
....

> obj.a = obj.a + 1
> obj._p_note_change()
base._p_note_change()
> connection.commit()
>
....
reply