- SessionDataManager: moved commit code from tpc_vote() to tpc_finish() (Thanks to Christian Theune for the hint)
1.0.6
------------------
- added 'namespace_packages' directive to setup.py
- cache 'metadata' property
1.0.5
------------------
- It should be now safe to use sessions from multiple wrappers within one Zope transaction. In former versions of z3c.sqlalchemy calling wrapper1.session and wrapper2.session within the same transaction would return a session bound to wrapper1 in both cases.
1.0.4
------------------
- added new 'transactional' flag (used by SQLAlchemyDA only)
1.0.3
------------------
- new 'cascade' parameter for the Model.add()
- tweaked the ZODB transaction integration a bit
1.0.2
------------------
- MappedClassBase has a new convinience method getMapper() that returns a mapper class associated through a relation with the current mapper