On Wed, Dec 7, 2011 at 7:55 AM, Vinay Sajip <vinay_sa...@yahoo.co.uk> wrote:

>
> On Dec 7, 3:50 pm, Ian Clelland <clell...@gmail.com> wrote:
> > I'm using PyMySQL (https://github.com/petehunt/PyMySQL) -- it's almost a
> > drop-in replacement for MySQLdb. The biggest change is in the data
> > converters -- they have a different function signature from MySQLdb's.
> >
> > I have had to make a couple of patches to the library, which I hope to
> get
> > applied upstream, otherwise it's working pretty well, so far.
>
> By "library" I assume you're referring to PyMySQL. Is there a repo I
> can clone, so I can start testing with MySQL?
>

There is now :)

https://clell...@github.com/clelland/PyMySQL.git

It needs some supporting code in backends/mysql/base.py -- I'll start
another discussion thread for those issues. (i.e. Do we support pymysql in
the mysql backend, or do we create a mysql_pymysql, akin to
postgres_psycopg2?)

>
> > I'm down to four failures and one error now -- I'll post back once those
> > are done, with a set of patches, hopefully.
>
> Great - thanks!
>
> Regards,
>
> Vinay Sajip
>
> --
> 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 unsubscribe from this group, send email to
> django-developers+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-developers?hl=en.
>
>


-- 
Regards,
Ian Clelland
<clell...@gmail.com>

-- 
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 unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to