I've just uploaded the 0.5 release of zope.sqlalchemy to PYPI,
bringing SQLAlchemy 0.6 support.

    http://pypi.python.org/pypi/zope.sqlalchemy

Savepoint release support (nested transaction commit) is currently
being discussed on ZODB-dev:

    https://mail.zope.org/pipermail/zodb-dev/2010-June/thread.html#13447
    https://mail.zope.org/pipermail/zodb-dev/2010-January/thread.html#13108

Laurence


Changes
=======

0.5 (2010-06-07)
----------------

* Remove redundant session.flush() / session.clear() on savepoint
operations.
  These were only needed with SQLAlchemy 0.4.x.

* SQLAlchemy 0.6.x support. Require SQLAlchemy >= 0.5.1.

* Add support for running ``python setup.py test``.

* Pull in pysqlite explicitly as a test dependency.

* Setup sqlalchemy mappers in test setup and clear them in tear down.
This
  makes the tests more robust and clears up the global state after. It
  caused the tests to fail when other tests in the same run called
  clear_mappers.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to