Download Latest Version SQLObject-3.13.0.tar.gz (323.0 kB)
Email in envelope

Get an email when there's a new version of SQLObject

Home / OldFiles / 0.15.0
Name Modified Size InfoDownloads / Week
Parent folder
SQLObject-0.15.0-py2.6.egg 2010-12-06 348.6 kB
SQLObject-0.15.0-py2.5.egg 2010-12-06 349.2 kB
SQLObject-0.15.0-py2.4.egg 2010-12-06 353.3 kB
SQLObject-0.15.0.tar.gz 2010-12-06 254.1 kB
README.rst 2010-12-06 1.3 kB
Totals: 5 Items   1.3 MB 0

Hello!

I'm pleased to announce version 0.15.0, the first stable release of branch 0.15 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).

What's New

  • Major API change: all signals are sent with the instance (or the class) as the first parameter. The following signals were changed: RowCreateSignal, RowCreatedSignal, DeleteColumnSignal.
  • Major API change: post-processing functions for all signals are called with the instance as the first parameter. The following signals were changed: RowUpdatedSignal, RowDestroySignal, RowDestroyedSignal.

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

Source: README.rst, updated 2010-12-06