[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-20 14:27:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a2badb751f09/ Changeset: a2badb751f09 Branch: None User: Chase Date: 2016-01-20 06:36:15+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f039219eedc2/ Changeset: f039219eedc2 Branch: rel_1_0 User: Chase Date: 2016-01-20 14:27:09+00:00 Summary: Fix ArrayOfEnum's handling of empty arrays. Prior to this change a value of `'{}'` would split into the list `['']`. (cherry picked from commit a2badb751f09299c925bd96a9fd2e76acca04269) 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. |