zope.rdb

Overview

Zope RDBMS Transaction Integration.

Provides a proxy for interaction between the zope transaction framework and the db-api connection. Databases which want to support sub transactions need to implement their own proxy.

Change History

3.5.0 (2009/01/31)

  • Use zope.container instead of zope.app.container.

3.4.2 (2008/10/10)

  • Re-release 3.4.1

3.4.1 (2008/10/10)

  • Remove body of DatabaseException, base Exception class already provides the same functionality.
  • Use hashlib.md5 instead of md5.new if available. md5 module is deprecated and will be removed in a future Python release.
  • Remove usage of 'as' as variable name. 'as' is a keyword in Python 2.6 and generates a SyntaxError.

3.4.0 (2007/09/01)

  • Initial release as an independent package

Download