ZODB: don't like self._p_changed
Thomas Guettler
zopestoller at thomas-guettler.de
Thu Jan 9 04:38:00 EST 2003
More information about the Python-list mailing list
Thu Jan 9 04:38:00 EST 2003
- Previous message (by thread): ZODB: don't like self._p_changed
- Next message (by thread): ZODB: don't like self._p_changed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): ZODB: don't like self._p_changed
- Next message (by thread): ZODB: don't like self._p_changed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list