On Tue, Jan 30, 2007 at 10:55:58PM -0200, Jorge Godoy wrote:
> Do you have any guess on when the 0.8 branch will be released?
Next week, I hope. I have a few small patches that I'd like to apply.
Oleg.
--
Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
Oleg Broytmann <[EMAIL PROTECTED]> writes:
> Hello!
>
> I'm pleased to announce the 0.7.3 release of SQLObject.
Hi, Oleg!
Thanks for this new release! :-)
Do you have any guess on when the 0.8 branch will be released?
--
Jorge Godoy <[EMAIL PROTECTED]>
--
Hello!
I'm pleased to announce the 0.7.3 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 wit