Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Oleg Broytmann
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

Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Markus Gritsch
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

Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Oleg Broytmann
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

Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Leandro Lucarella
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

Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Oleg Broytmann
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

Re: [SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Markus Gritsch
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

[SQLObject] SQLObject 0.9.0b2

2007-05-03 Thread Oleg Broytmann
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