To generate an 'alter table ' statement for foreign key constraints, we have to specify use_alter=True for the ForeignKey class.
Is there a global setting or via setting up some kind of event call back to generate the alter statements by default for all foreign key constraints instead of setting them for each relationship? I am trying to find a comparable setting with Java Hibernate. -Bala -- 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/d/optout.
