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 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 separated by a semicolon, but use the syntax which allows the value of the dictionary to be a list: createSQL = { 'mysql' : [ 'ALTER TABLE some_object ENGINE InnoDB', 'ALTER TABLE some_object CHARACTER SET utf8 COLLATE utf8_estonian_ci' ] } Kind regards, Markus ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss