On Fri, Nov 07, 2008 at 11:47:40PM +0300, Oleg Broytmann wrote:
>    IWBN for SQLObject to grow a concept of table
> parameters.

   Now when I thought about it for a few minutes I see both the API and the
implementation would be very simple:

class MyTable(SQLObject):
   class sqlmeta:
      tableParamSQL = 'ENGINE InnoDB'

   To implement this the only small change is to be in createTableSQL()
method in dbconnection.py.

   The bigger problem is to change the docs. :)

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 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
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to