> I'm curious about the use_alter keyword argument for > ForeignKeyConstraint. It's there in the docs but with no explanation, > and I've been tracking it through the sources but (forgive me) not > quite figuring out exactly what it's doing.
It generates an ALTER statement for defining the foreign key. Needed when you have circular foreign keys. Sanjay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
