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/mysql
, 0 rows affected, 1 warning (0.02 sec)
Records: 0 Duplicates: 0 Warnings: 1
On Tuesday, September 9, 2014 7:37:35 PM UTC+9, Naoki INADA wrote:
>
> Maybe, this difference is come from MySQL version.
> I use MySQL 5.6.20 (Homebrew).
>
> mysql> show create table admin_views_prepop
x_x86_64.whl
>
> On Tuesday, September 9, 2014 10:41:40 AM UTC+2, Naoki INADA wrote:
>>
>> I run django tests using MySQL-python 1.2.5 (aka, MySQLdb1) and Python
>> 2.7.8.
>> So it means django doesn't work with MySQL with MySQL-python.
>>
>> $ pytho
use 1.7 tag 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/f
t.
On Tuesday, 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 wrote:
>> > We'd need mysqlclient to support Python 3.2 (or drop
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 h
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 i
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.
https://pypi.python.org/pypi/mysq