Re: [SQLObject] SQLObject 1.1.1

2011-07-01 Thread Oleg Broytman
On Fri, Jul 01, 2011 at 07:27:42PM +0400, Oleg Broytman wrote: > What's New > == > > * Parsing sqlobject.__doc__ for version number is declared obsolete. Use > sqlobject.version or version_info. > > * Documented sqlmeta.dbEncoding and connection.dbEncoding. Documentation update, cod

[SQLObject] SQLObject 1.1.1

2011-07-01 Thread Oleg Broytman
Hello! I'm pleased to announce version 1.1.1, a minor documentation update of branch 1.1 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