Is it possible to construct a listener for this event, such that once all DDL has been run, some custom DLL statement(s) could be run without tying these to a specific table for example?
Something like what @event.listens_for(Engine, 'connect') does but, but only after create just before the session ends? Thanks, jlc -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
