SQLAlchemy 0.3.7 released
SQLAlchemy is the python SQL toolkit and Object Relational Mapper with firebird support. Version 0.3.7 is out and has a huge number of improvements and fixes. Some of the highlights:
- server side cursor support for Postgres
- much improved auto-reconnect support
- informix support
- long identifier name support
- support for unicode table/column/identifier names and SQL statements
- deterministic label name generation
- new query features, like with_parent()
- improvements to custom collection mapping
- lots more docstrings
- major refactoring of sqlalchemy.engine internals, featuring clearer
structural relationships, fewer codepaths, better result handling
Get the latest version of SQLAlchemy via setuptools or at: http://www.sqlalchemy.org/download.html