autoincrement defaults to true. in previous versions of SA, this was
not even an option;  SERIAL and AUTO_INCREMENT were always used for
integer primary key columns in postgres and mysql, respectively, which
is why this is the default.

note that autoincrement is meaningless for sqlite (which always
auto-increments a singular integer primary key column), oracle (which
has no auto-incrementing feature).


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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