SQLAlchemy 0.3.4 release is now available
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
Changes in firebird module:
- order of constraint creation puts primary key first before all other constraints; required for firebird, not a bad idea for others ticket:408]
- Firebird fix to autoload multifield foreign keys [ticket:409]
- Firebird NUMERIC type properly handles a type without precision [ticket:409]
Download it at http://www.sqlalchemy.org/