[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-03 17:12:19
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8b08b1a35b85/ Changeset: 8b08b1a35b85 Branch: None User: zzzeek Date: 2014-02-03 18:04:51 Summary: - Fixed bug which prevented MySQLdb-based dialects (e.g. pymysql) from working in Py3K, where a check for "connection charset" would fail due to Py3K's more strict value comparison rules. The call in question wasn't taking the database version into account in any case as the server version was still None at that point, so the method overall has been simplified to rely upon connection.character_set_name(). [ticket:2933] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cd1baf6572ba/ Changeset: cd1baf6572ba Branch: None User: zzzeek Date: 2014-02-03 18:06:57 Summary: - Fixed bug which prevented MySQLdb-based dialects (e.g. pymysql) from working in Py3K, where a check for "connection charset" would fail due to Py3K's more strict value comparison rules. The call in question wasn't taking the database version into account in any case as the server version was still None at that point, so the method overall has been simplified to rely upon connection.character_set_name(). [ticket:2933] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7a9e8b2312bb/ Changeset: 7a9e8b2312bb Branch: None User: zzzeek Date: 2014-02-03 18:11:23 Summary: - this seems to be the best string for pymysql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b77f958b8b15/ Changeset: b77f958b8b15 Branch: rel_0_8 User: zzzeek Date: 2014-02-03 18:11:44 Summary: - this seems to be the best string for pymysql Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |