It worked! Thanks, this helped me a lot. On Jun 16, 10:36 am, Michael Bayer <[email protected]> wrote: > I'd use column.copy() for this purpose. > > On Jun 16, 2010, at 10:32 AM, BearDeer wrote: > > > > > Hi guys, > > > In sqlalchemy 0.6.1, had a TypeError when trying to do: > > deepcopy(Column('id', Integer, Sequence('id_seq'), primary_key=True)). > > But in 0.5.8 the above code works fine, could some one tell me what > > causes this error or how can I fix it? > > Thanks in advance. > > > -- > > 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 > > athttp://groups.google.com/group/sqlalchemy?hl=en.
-- 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.
