Hi, >I have 10 different instances the each have their own collation names >(latin1, greek, russian...) I have a master database that references >all thos instances + their collation names. I use this master database >to create the engines to the different dbs. I would like to be able to >just pass the encoding for each engine at creation time an forget >about it. > > Are your strings VARCHAR or NVARCHAR?
If they're NVARCHAR, all this will just work as-is with SA and MSSQL - are you having any specific problems? If they're VARCHAR, then we need to think some more. I'm still not sure what the semantics should be when trying to save a unicode object in a non-unicode storage area. 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 -~----------~----~----~----~------~----~------~--~---
