I have a postgres db that has content currently encoded as latin1.
When I try to query from the db I get the following error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa9 in position
0: ordinal not in range(128)
in my create_engine call I have encoding=latin parameter set. What am
I missing?
I know that when I have worked with psycopg2 directly before i have
been able to use the set_client_encoding('latin1') and that has worked
fine.
thanks,
Matt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---