On Thu, May 03, 2007 at 05:19:20PM +0200, Markus Gritsch wrote:
> The trailing curly brace is still missing in SVN.
Wow, sharp eyes! Fixed. Thanks!
Oleg.
--
Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
Programmers don't die, they just GOSUB without
On 5/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> > COLLATE utf8_estonian_ci' ] }
>
>Fixed in SVN. Thank you!
The trailing curly brace is still missing in SVN.
-
This SF.net email is sponsored by DB2 Express
Download
On Thu, May 03, 2007 at 12:14:01PM -0300, Leandro Lucarella wrote:
> I thought Oleg would fix that since it was a very small change. Should I
> send you a patch, Oleg?
Already fixed.
Oleg.
--
Oleg Broytmannhttp://phd.pp.ru/[EMAIL PROTECTED]
Programmers
Markus Gritsch, el 3 de mayo a las 16:34 me escribiste:
> On 5/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> > I'm pleased to announce the 0.9.0b2, the second beta release of SQLObject
> > 0.9.
>
> Very well. This is the first version of SQLObject I can use without
> having t
On Thu, May 03, 2007 at 04:34:42PM +0200, Markus Gritsch wrote:
> One thing: I think the FAQ entry about ALTERing MySQL tables is a bit
> misleading. IMO the createSQL is executed *after* table creation, not
> "just before", as stated. And the second example should not use two
> SQL statements se
On 5/3/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I'm pleased to announce the 0.9.0b2, the second beta release of SQLObject 0.9.
Very well. This is the first version of SQLObject I can use without
having to patch it locally :)
One thing: I think the FAQ entry about ALTERing MySQL
Hello!
I'm pleased to announce the 0.9.0b2, the second beta release of SQLObject 0.9.
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