472,142 Members | 1,065 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

SQLObject 0.8.1

Hello!

I'm pleased to announce the 0.8.1 release 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, and
Firebird. It also has newly added support for 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/mailma...object-discuss

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

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

News and changes:
http://sqlobject.org/News.html
What's New
==========

News since 0.8.0
----------------

* Documentation updates

Small Features
--------------

* For MySQLdb 1.2.2+ call ping(True) on the connection to allow
autoreconnect after a timeout.

Bug Fixes
---------

* Another round of changes to create/drop the tables in the right order
in the command-line client `sqlobject-admin`.

* Fixed a bug in UnicodeField - allow comparison with None.

* ID columns are reverted back from INT UNSIGNED to INT for MySQL to be in
accord with FOREIGN KEYs.

* Fixed return value from Firebird/MaxdbConnection.createTable().

* Fixed and simplified DatabaseIndex.get().

* Fixed ConnectionHub.doInTransaction() - close low-level connection on
commit() to prevent connections leaking.

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

Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph*@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
Mar 19 '07 #1
2 1327
Oleg Broytmann wrote:
Hello!

I'm pleased to announce the 0.8.1 release 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, and
Firebird. It also has newly added support for 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/mailma...object-discuss

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

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

News and changes:
http://sqlobject.org/News.html
What's New
==========

News since 0.8.0
----------------

* Documentation updates

Small Features
--------------

* For MySQLdb 1.2.2+ call ping(True) on the connection to allow
autoreconnect after a timeout.

Bug Fixes
---------

* Another round of changes to create/drop the tables in the right order
in the command-line client `sqlobject-admin`.

* Fixed a bug in UnicodeField - allow comparison with None.

* ID columns are reverted back from INT UNSIGNED to INT for MySQL to be in
accord with FOREIGN KEYs.

* Fixed return value from Firebird/MaxdbConnection.createTable().

* Fixed and simplified DatabaseIndex.get().

* Fixed ConnectionHub.doInTransaction() - close low-level connection on
commit() to prevent connections leaking.

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

Oleg.
WOW! Went from 0.7.4 to 0.8.1 in the span of only 23 minutes!

-Larry
Mar 19 '07 #2
Larry Bates <lb****@websafe.comwrites:
WOW! Went from 0.7.4 to 0.8.1 in the span of only 23 minutes!
There are two branches: 0.7 and 0.8. So, there were two releases.

--
Jorge Godoy <jg****@gmail.com>
Mar 19 '07 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Oleg Broytmann | last post: by
reply views Thread by Oleg Broytmann | last post: by
3 posts views Thread by Oleg Broytmann | last post: by
reply views Thread by Oleg Broytmann | last post: by
reply views Thread by Oleg Broytmann | last post: by
3 posts views Thread by Oleg Broytmann | last post: by
4 posts views Thread by petr.jakes.tpc | last post: by
reply views Thread by Oleg Broytmann | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.