New versions of SQLObject are now available
Versions 0.7.3b1 and 0.8.0b2 of SQLObject are now available.
SQLObject is an object-relational mapper for python. Your database tables are described as classes, and rows are instances of those classes. SQLObject is meant to be easy to use and quick to get started with.
SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, and Firebird. It also has newly added support for Sybase, MSSQL and MaxDB (also known as SAPDB).
Changes regarding Firebird support:
- Fixed a bug in FirebirdConnection caused by column names having trailing spaces.
- Fixed a missed import in firebirdconnection.py.
- Remove a leading slash in FirebirdConnection.