Hi,
>ppi = Table('ttfvbs061100', metadata,
> Column('t_year', Integer, primary_key=True),
> Column('t_dimx', String(), primary_key=True),
> Column('t_ceco', String(), primary_key=True),
> autoload = True)
>
>
Try adding autoincrement=False to the t_year column.
Paul
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---