SQLObject 0.10.5

O

Oleg Broytmann

Hello!

I'm pleased to announce version 0.10.5, a minor bugfix release of 0.10 branch
of SQLObject.


What is SQLObject
=================

SQLObject is an object-relational mapper. 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,
Firebird, Sybase, MSSQL and MaxDB (also known as SAPDB).


Where is SQLObject
==================

Site:
http://sqlobject.org

Development:
http://sqlobject.org/devel/

Mailing list:
https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss

Archives:
http://news.gmane.org/gmane.comp.python.sqlobject

Download:
http://cheeseshop.python.org/pypi/SQLObject/0.10.5

News and changes:
http://sqlobject.org/News.html


What's New
==========

News since 0.10.4
-----------------

* Another unicode-related patch for MySQL; required because different
versions of MySQLdb require different handling::

- MySQLdb < 1.2.1: only ascii
- MySQLdb = 1.2.1: only unicode
- MySQLdb > 1.2.1: both ascii and unicode

* Setup requires FormEncode version 1.1.1+.

* Fixed a minor bug - pass name to DecimalValidator.

* Fixed a bug in InheritableIteration - pass connection to child
klass.select().

* sqlmeta.getColumns() becomes classmethod.

* A bug was fixed in PostgresConnection.columnsFromSchema() - foreign keys
are now recognized and created as proper ForeignKey with correct
column name and table name.

* Bugs in PostgresConnection and MSSQLConnection related to properties was
fixed. A note for developers: from now on properties in DBConnection
classes are forbidden as they don't work with Transaction -
Transaction.__getattr__() cannot properly wrap 'self' so a property is
called with wrong 'self'.

* Transaction instances now explicitly raises TypeError on close() -
without this calling Transaction.close() calls connection.close() which
is wrong.

* A bug in SQLiteConnection.columnsFromSchema() that led to an infinite
loop was fixed.

For a more complete list, please see the http://sqlobject.org/News.html

Oleg.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

SQLObject 0.9.10 0
SQLObject 1.5.2 0
SQLObject 1.3.2 and 1.2.4 0
SQLObject 1.1.2 0
SQLObject 1.5.1 0
SQLObject 1.2.2 0
SQLObject 0.15.1 0
SQLObject 1.1.3 0

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top