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. I am using SQLAlchemy 0.5.8 with the latest migrate. -- 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.

