25 May
2008
25 May
'08
11:32 a.m.
--On 24. Mai 2008 15:44:01 +0200 Hermann Himmelbauer <dusty@qwer.tk> wrote:
I currently use SQLAlchemy, but it seems that transactions are managed on the RDB-level only, which means that the object state is not in the transaction scope.
Huh? If you use one of the integration framework for sqlalchemy-within-zope then SQLAlchemy is fully integrated with the Zope transaction system. Andreas