If I define a table like that:
Table('t', metadata, Column('c', Integer, primary_key=True))
then SQLAlchemy creates the column c as a SERIAL on PostgreSQL.
Is there a way to tell SQLAlchemy to create an ordinary integer primary
key, without any associated sequence?
-- Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---