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

2005-12-21 Thread Jim Fulton
Sidnei da Silva wrote: On Tue, Dec 20, 2005 at 11:51:16PM -0500, Tim Peters wrote: | [Tim Peters] | >> It's the traceback that's needed here. You're working too hard ;-) | | [Sidnei da Silva] | > Indeed. | > | > File "C:\Arquivos de programas\Enfold | Server\Products\ATContentTypes\tests\atc

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

2005-12-21 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 11:51:16PM -0500, Tim Peters wrote: | [Tim Peters] | >> It's the traceback that's needed here. You're working too hard ;-) | | [Sidnei da Silva] | > Indeed. | > | > File "C:\Arquivos de programas\Enfold | Server\Products\ATContentTypes\tests\atcttestcase.py", line 258, i

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

2005-12-20 Thread Tim Peters
[Tim Peters] >> It's the traceback that's needed here. You're working too hard ;-) [Sidnei da Silva] > Indeed. > > File "C:\Arquivos de programas\Enfold Server\Products\ATContentTypes\tests\atcttestcase.py", line 258, in test_migrationKeepsPermissions > transaction.savepoint() # subtransact

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

2005-12-20 Thread Sidnei da Silva
On Tue, Dec 20, 2005 at 09:28:35PM -0500, Tim Peters wrote: | It's the traceback that's needed here. You're working too hard ;-) Indeed. File "C:\Arquivos de programas\Enfold Server\Products\ATContentTypes\tests\atcttestcase.py", line 258, in test_migrationKeepsPermissions transaction.s

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

2005-12-20 Thread Tim Peters
[Sidnei] >>> I have a object that subclasses from Shared.DC.ZRDB.TM and it's bombing >>> with a 'TypeError: Savepoints unsupported' with Zope 2.8. [Tim] >> Please find a full traceback and share it. ... [Sidnei] > Happens on line 632 of a current Zope 2.8 checkout: > > if not opt

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.

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 matte

[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 Sy