SQLAlchemy 0.3 released

The first release of the SQLAlchemy 0.3 series is now available – http://www.sqlalchemy.org/

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

Changes in firebird module:
– aliases do not use “AS”
– correctly raises NoSuchTableError when reflecting non-existent table

1 129 130 131 132 133 150