Release Notes: Unicode is converted to str when logging to the console. An obscure bug in ConnectionHub was fixed. This bug was triggered by an SQLObject class whose instances can be coerced to boolean False.


Release Notes: PostgresConnection was optimized. SQLObject now uses INSERT...RETURNING id to get the autoincremented ID in one query instead of two (INSERT + SELECT id) (PostgreSQL 8.2 required). SQLObject now generates NCHAR/NVARCHAR and N''-quoted strings for MS SQL.


Release Notes: A bug was fixed in sqlbuilder.Select.filter - a comparison with SQLTrueClause was removed. A number of tests were fixed.


Release Notes: A bug was fixed in sqlbuilder.Select.filter - a comparison with SQLTrueClause was removed. A number of tests were fixed.


Release Notes: This release fixes a minor bug in PostgreSQL introspection: VIEWs don't have PRIMARY KEYs; sqlmeta.idName is used as the key. It fixes a bug in cache handling while unpickling.


Release Notes: This release fixes a minor bug in PostgreSQL introspection: VIEWs don't have PRIMARY KEYs; sqlmeta.idName is used as the key. It fixes a bug in cache handling while unpickling.