#3754: mysql charset no longer defaults to utf-8
--------------------------------------------------------+-------------------
Reporter: Florian Apolloner <[EMAIL PROTECTED]> | Owner:
adrian
Status: new | Component:
Database wrapper
Version: SVN | Resolution:
Keywords: | Stage:
Accepted
Has_patch: 1 | Needs_docs:
0
Needs_tests: 0 | Needs_better_patch:
0
--------------------------------------------------------+-------------------
Changes (by Andy Dustman <[EMAIL PROTECTED]>):
* has_patch: 0 => 1
Comment:
Note that attachment:mysql-bug-3754.diff also sets
{{{use_unicode=False}}}. This is also closer to the original default
behavior. When you set a character set via the {{charset}}} parameter,
this causes all text-like columns to be returned as unicode and not
string. {{{use_unicode=True}}} breaks a couple Django unit tests in a
superficial way the last time I checked.
--
Ticket URL: <http://code.djangoproject.com/ticket/3754#comment:8>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---