Re: MySQL 4.1.x charset support

2006-03-23 Thread Julian 'Julik' Tarkhanov
http://code.djangoproject.com/ticket/952 On 22-mrt-2006, at 6:54, ak wrote: > > Thanks, posted: http://code.djangoproject.com/ticket/1528 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group.

Re: MySQL 4.1.x charset support

2006-03-23 Thread Julian 'Julik' Tarkhanov
I file a much broader patch for thus about a few months ago. Check out the tickets. On 22-mrt-2006, at 6:54, ak wrote: > > Thanks, posted: http://code.djangoproject.com/ticket/1528 --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Re: MySQL 4.1.x charset support

2006-03-21 Thread ak
Thanks, posted: http://code.djangoproject.com/ticket/1528 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubsc

Re: MySQL 4.1.x charset support

2006-03-21 Thread Russell Keith-Magee
On 3/21/06, ak <[EMAIL PROTECTED]> wrote: > > I wrote a small path to fix this problem. Does anyone need it ? Where > should I post it ? Hi Anton, If you have found a bug, log a ticket at http://code.djangoproject.com/newticket, and mark the issue as a defect. Before you log your bug, have a qu

MySQL 4.1.x charset support

2006-03-21 Thread ak
Hello guys After playing with Django 0.91 I've found that it behaves not 100% correct when MySQL 4.1 is used. File django/core/db/backends/mysql.py contains code: if self.connection.get_server_info() >= '4.1': cursor.execute("SET NAMES utf8") It means that unicode will be al