Re: [ZODB-Dev] Change in a mutable object(list) not being recognized by ZODB

2010-04-24 Thread Marius Gedminas
On Sat, Apr 24, 2010 at 02:52:40PM +0530, rohit wrote: > I have a situation wherein a change made to an attribute(a list) of a ZODB > obj, is not being recognized. I have set the _p_changed = 1. I do not see that in your code. > But still the ZODB doesnt recognize the change. On debugging i reali

[ZODB-Dev] Change in a mutable object(list) not being recognized by ZODB

2010-04-24 Thread rohit
I have a situation wherein a change made to an attribute(a list) of a ZODB obj, is not being recognized.I have set the _p_changed = 1. But still the ZODB doesnt recognize the change.On debugging i realised that the obj has the change and then i do a transaction.commit() and close the database.But o