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 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' ] }

   Fixed in SVN. Thank you!

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

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

Reply via email to