[ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-20 Thread Sidnei da Silva
I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing with a 'TypeError: Savepoints unsupported' with Zope 2.8. Should the Shared.DC.ZRDB.TM implement savepoints as a 'noop' maybe? Note that some (all?) RDB adapters might depend on this class still. -- Sidnei da Silva Enfold

RE: [ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-20 Thread Tim Peters
[Sidnei da Silva] I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing with a 'TypeError: Savepoints unsupported' with Zope 2.8. Please find a full traceback and share it. Should the Shared.DC.ZRDB.TM implement savepoints as a 'noop' maybe? No -- lying would make matters

Re: [ZODB-Dev] Savepoints and Shared.DC.ZRDB.TM

2005-12-20 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 09:01:08PM -0500, Tim Peters wrote: | [Sidnei da Silva] | I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing | with a 'TypeError: Savepoints unsupported' with Zope 2.8. | | Please find a full traceback and share it. | | Should the Shared.DC.ZRDB.TM

[ZODB-Dev] after commit hooks implemented

2005-12-20 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I did a an implementation, along with tests, of the after commit hooks support on the ZODB transaction. For those who didn't follow the previous thread it was there : http://mail.zope.org/pipermail/zodb-dev/2005-September/009233.html The