On May 24, 2007, at 2:11 PM, Eric Ongerth wrote:
> But unique doesn't seem to be assigned, even though it's there as a > property of the column. So instead I can do it the long way: get the > table's list of constraints, locate the UniqueConstraints, and see if > the given column is in the keys of any of those UniquConstraints. > > Is there a shortcut to that longer way around? not at the moment. the tables/columns arent optimized for traversal right now. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
