SQLAlchemy 0.3.8 released
The 0.3 series is now coming in for a landing, foregoing shiny new bells and whistles which are instead skipping ahead in the 0.4 branch. Release 0.3.8 is primarily a bugfix release, with some new features of an only mildly spectacular nature.
Changes in the firebird engine:
- set max identifier length to 31
- supports_sane_rowcount() set to False due to ticket #370.
- versioned_id_col feature wont work in FB.
- some execution fixes
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.
technorati tags:python