On Oct 6, 2007, at 5:20 PM, Paul Johnston wrote:

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

why would this fix the issue exactly ?



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