>> 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
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
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.