[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-20 20:36:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c97b1b822825/ Changeset: c97b1b822825 Branch: None User: zzzeek Date: 2016-10-20 19:59:46+00:00 Summary: Convert expression type for concat + Enum Fixed bug involving new value translation and validation feature in :class:`.Enum` whereby using the enum object in a string concatenation would maintain the :class:`.Enum` type as the type of the expression overall, producing missing lookups. A string concatenation against an :class:`.Enum`-typed column now uses :class:`.String` as the datatype of the expression itself. Change-Id: Id402054e3ef008e0250c740dbb7e1c80f339fe78 Fixes: #3833 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/78f2864b90c9/ Changeset: 78f2864b90c9 Branch: master User: zzzeek Date: 2016-10-20 20:37:00+00:00 Summary: Merge "Convert expression type for concat + Enum" 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. |