Re: [RFC] Python 3 and MySQL

2014-09-09 Thread Naoki INADA
I've fixed them and released mysqlclient 1.3.3. https://pypi.python.org/pypi/mysqlclient On Tuesday, September 9, 2014 3:29:45 PM UTC+9, Naoki INADA wrote: > > I've fixed `%(xxx)s` style formatting. > > I have not changed error switch: > https://github.com/PyMySQL/mysqlclient-pyt

Re: [RFC] Python 3 and MySQL

2014-09-09 Thread Naoki INADA
on git repository. On Tuesday, September 9, 2014 3:29:45 PM UTC+9, Naoki INADA wrote: > > I've fixed `%(xxx)s` style formatting. > > I have not changed error switch: > https://github.com/PyMySQL/mysqlclient-python/blob/master/_mysql.c#L150 > https://github.com/farcepest/MySQLdb1/bl

Re: [RFC] Python 3 and MySQL

2014-09-09 Thread Naoki INADA
, September 9, 2014 12:35:26 AM UTC+9, Claude Paroz wrote: > > On Monday, September 8, 2014 5:19:56 PM UTC+2, Naoki INADA wrote: >> >> On Mon, Sep 8, 2014 at 11:28 PM, Tim Graham <timog...@gmail.com> wrote: >> > We'd need mysqlclient to support Python 3.2 (or drop off

Re: [RFC] Python 3 and MySQL

2014-09-08 Thread Naoki INADA
On Monday, September 8, 2014 2:04:26 PM UTC+9, Naoki INADA wrote: > > > > > Naoki, > > > > Are you aware of performance benchmarks comparing your MySQLdb1 fork and > > mysql-connector-python? > > I'll show you some numbers. But I'm not have time f

Re: [RFC] Python 3 and MySQL

2014-08-14 Thread Naoki INADA
On Wednesday, August 13, 2014 1:41:22 AM UTC+9, Tim Graham wrote: > > I'd like see some community consensus on the best solution for a MySQL > adapter rather than than have more than one build for MySQL. > > I don't know the MySQL ecosystem very well. Naoki, is there no interest > from MySQLdb

[RFC] Python 3 and MySQL

2014-06-03 Thread Naoki INADA
Hi, folks. I believe most popular MySQL driver for Python is MySQL-python (MySQLdb). http://py3readiness.org/ shows MySQL-python is the 4th popular package that does not support Python 3. I've forked MySQL-python because I want to move Python 3 completely ASAP.