Skip to content

Instantly share code, notes, and snippets.

@jl2
Created November 14, 2011 04:31
Show Gist options
  • Save jl2/1363237 to your computer and use it in GitHub Desktop.
Save jl2/1363237 to your computer and use it in GitHub Desktop.
Changes I made to "lib/ sqlalchemy/dialects/mysql/mysqlconnector.py" to get SQLAlchemy 0.7.3 and MySQL Connector 0.3.2-devel working together under Python 3.
79a80,81
> description_encoding = 'use_encoding'
>
116c118
< return connection.connection.get_characterset_info()
---
> return connection.connection.get_charset()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment