Re: [SQLObject] SQLObject 0.13.0b1

2010-07-16 Thread Daniel Fetchinson
>> I'm pleased to announce version 0.13.0b1, the first beta version of a new >> upcoming release of branch 0.13 of SQLObject. > >There a few major changes in the branch so it needs to have a longer > beta period. > >> * Validators became stricter: StringCol and UnicodeCol now accept only >> str

Re: [SQLObject] SQLObject 0.13.0b1

2010-07-15 Thread Oleg Broytman
On Thu, Jul 15, 2010 at 07:58:08PM +0400, Oleg Broytman wrote: > I'm pleased to announce version 0.13.0b1, the first beta version of a new > upcoming release of branch 0.13 of SQLObject. There a few major changes in the branch so it needs to have a longer beta period. > * Validators became str

[SQLObject] SQLObject 0.13.0b1

2010-07-15 Thread Oleg Broytman
Hello! I'm pleased to announce version 0.13.0b1, the first beta version of a new upcoming release of branch 0.13 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.