Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pure python mysql driver #317

Closed
wants to merge 3 commits into from
Closed

pure python mysql driver #317

wants to merge 3 commits into from

Conversation

tiagoantao
Copy link
Member

This is a first attempt (probably not the last one) at having a pure python mysql driver which supports python 3. There is a necessary change to the test sql file as "VARCHAR BINARY" returns binary strings with the pure driver (and tests fail).

@peterjc
Copy link
Member

peterjc commented May 25, 2014

Applied as squashed commit 471d69c - I was getting some trouble with testing under Python 2, some of which is down to glitches in the installation of the mysql-connector - see http://bugs.mysql.com/bug.php?id=72358

Thanks!

@peterjc peterjc closed this May 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants