On Fri, Nov 7, 2008 at 4:14 PM, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 08, 2008 at 12:01:07AM +0300, Oleg Broytmann wrote:
>> class MyTable(SQLObject):
>> class sqlmeta:
>> tableParamSQL = 'ENGINE InnoDB'
>
> Or adapting the idea from createSQL:
>
> class MyTable(SQLObject):
> class sqlmeta:
> tableParamSQL = {'mysql': 'ENGINE InnoDB'}
This looks like the right thing to add to SQLObject so you wouldn't
have to use my SET storage_engine query mentioned in response to
David.
/Brian/
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss