W00t! And there was much rejoicing! Thank you for all of the hard work on this release, Ian!
TurboGears 0.6 will be packaged with SQLObject 0.7. Kevin On 10/1/05, Ian Bicking <[EMAIL PROTECTED]> wrote: > > I'm pleased to announce the 0.7.0 release of SQLObject. Thanks to > Oleg Broytmann for his ongoing help on maintenance and to all the > other helpful people on the mailing list. > > > SQLObject is a popular 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 is now being used in several projects: Subway, TurboGears, > and Zope 3 (sqlos). > > SQLObject supports a number of backends: MySQL, PostgreSQL, SQLite, > Firebird, Sybase, and MAXDB/SAPDB. > > Locations > --------- > > http://sqlobject.org > http://sqlobject.org/News.html > > Download: > http://cheeseshop.python.org/pypi/SQLObject > > http://cheeseshop.python.org/packages/source/S/SQLObject/SQLObject-0.7.0.tar.gz > > Discussion list: > https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss > http://news.gmane.org/gmane.comp.python.sqlobject > > What's New? > ----------- > > A quick summary: > > * More sophisticated inheritance support > * Management command-line client sqlobject-admin > * New way of managing connections and transaction (sqlhub) > * A variety of joins (e.g., LEFT JOIN) supported > * New SQL joins, with further filtering allowed > * Public introspection interface (sqlmeta) > * Better date support > * New column types: BLOBCol and PickleCol > * Bug fixes, small changes, etc. > > See http://sqlobject.org/News.html for details. > > -- > Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

