Created
November 14, 2011 04:31
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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