the flag only applies to primary key integer columns, otherwise is
ignored.   while we might want to add that logic to the Table class, it
would be tricky because whether or not autoincrement is available has
some dialect-specific dependencies (such as, Postgres can do BIGSERIAL
on a BigInteger but cant do serial on a SmallInteger, both of which are
integers).


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to