Re: [sqlalchemy] adapt MSVarchar to SLString

2010-04-16 Thread Chris Withers
Tony wrote: I was trying to copy a MS Sql server database to a Sqlite database (with SA 5.8), How? What code were you using? Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk -- You received this message because you are s

[sqlalchemy] adapt MSVarchar to SLString

2010-04-15 Thread Tony
I was trying to copy a MS Sql server database to a Sqlite database (with SA 5.8), and get this exception: return typeobj.adapt(impltype) File "C:\Python25\lib\site-packages\sqlalchemy\databases\mssql.py", line 685, in adapt collation=self.collation) TypeError: __init__() got an unexpected k