ZODB: don't like self._p_changed

Thomas Guettler zopestoller at thomas-guettler.de
Thu Jan 9 04:38:00 EST 2003


Hi!

I like ZODB very much. With it I don't need to
squeeze my application into database tables.

Unfortunately you need to set self._p_changed=1
if you change a list of the object.

Example:
self.my_list.append("foo")
self._p_changed=1 # This is needed

Will this disappear in the future?

  thomas





More information about the Python-list mailing list