Oleg Broytmann wrote: > On Tue, Jun 13, 2006 at 06:53:54AM -0500, Charles Duffy wrote: >> I'm in situation where it would be convenient to specify a value for >> createJoinTables at class definition time. > > createJoinTables() is called from createTable(). Why not just pass > neccessary arguments to createTable()? > > cls.createTable(ifNotExists=True, **createJoinTableArgs)
Because in some cases (as when going through the TurboGears "tg-admin sql create"), I don't directly control the createTable() call unless I go out of my way to do so. _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss