The difference here is that one of the columns in this table has been
defined as
Column("tracking_number", String(32), nullable=False, index=True,
unique=True)
I think SA doesn't notice the 'unique' aspect.
I think to support that, SA would have to treat unique's the same as
the primary key.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---