[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-04 16:08:06
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecd7b31d5eae/ Changeset: ecd7b31d5eae Branch: None User: zzzeek Date: 2015-04-04 16:02:51+00:00 Summary: - Fixed a long-standing bug where the :class:`.Enum` type as used with the psycopg2 dialect in conjunction with non-ascii values and ``native_enum=False`` would fail to decode return results properly. This stemmed from when the PG :class:`.postgresql.ENUM` type used to be a standalone type without a "non native" option. fixes #3354 - corrected the assertsql comparison rule to expect a non-ascii SQL string Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0775c90ce090/ Changeset: 0775c90ce090 Branch: rel_0_9 User: zzzeek Date: 2015-04-04 16:07:34+00:00 Summary: - Fixed a long-standing bug where the :class:`.Enum` type as used with the psycopg2 dialect in conjunction with non-ascii values and ``native_enum=False`` would fail to decode return results properly. This stemmed from when the PG :class:`.postgresql.ENUM` type used to be a standalone type without a "non native" option. fixes #3354 cherry pick from ecd7b31d5eaed138e699293719f70260da3c978d Affected #: 3 files 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. |