Hi Jason -
Thanks a lot for the test. It is very helpful.
However, when I try running it on the mysql-5.0.38 machine as a
starting point for testing, (with appropriate mods for version, etc),
I get very mixed results. There are 6 cases in your test:
1. use_unicode=1, charset='utf8', table_options={}
I get "Warning: Incorrect string value:", but it does stick stuff in
the database. However, they are all '?' (question marks)
2. use_unicode=1, charset='utf8', table_options={'mysql_charset':
'utf8'}
No warnings, but all question marks.
3. use_unicode=0, charset='utf8', table_options={}
No warnings, but all question marks.
4. use_unicode=0, charset='utf8', table_options={'mysql_charset':
'utf8'}
No warnings, but all question marks.
5. - - table_options={}
UnicodeDecodeError - 'latin-1' codec,...etc.
6. - - table_options={'mysql_charset':
'utf8'}
UnicodeDecodeError - 'latin-1' codec,...etc
Hmmmm. Not sure I understand this at all.....
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---