Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SQLObject-1.2.3-py2.7.egg | 2012-05-25 | 348.8 kB | |
SQLObject-1.2.3-py2.6.egg | 2012-05-25 | 350.1 kB | |
SQLObject-1.2.3-py2.5.egg | 2012-05-25 | 350.7 kB | |
SQLObject-1.2.3-py2.4.egg | 2012-05-25 | 354.8 kB | |
SQLObject-1.2.3.tar.gz | 2012-05-25 | 259.4 kB | |
README.rst | 2012-05-25 | 1.1 kB | |
Totals: 6 Items | 1.7 MB | 0 |
Hello!
I'm pleased to announce version 1.2.3, a bugfix release of branch 1.2 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://pypi.python.org/pypi/SQLObject/1.2.3
News and changes: http://sqlobject.org/News.html
What's New
- Fixed a minor bug in PostgreSQL introspection: VIEWs don't have PRIMARY KEYs - use sqlmeta.idName as the key.
- Fixed a bug in cache handling while unpickling.
For a more complete list, please see the news: http://sqlobject.org/News.html