On Sep 13, 11:22 pm, Gisborne <[email protected]> wrote: > I see that it is possible to execute raw sql as a sql script with > migrate, but I need to mix up python with sql ddl actions. > > How can I get hold of a session object in migrate so I can execute raw > sql? migrate.engine.connect() looks like it ought to work, but doesn't > seem to.
And of course I just found it: migrate_engine.execute(). -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

