[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-02-22 01:53:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01809bddff5b/ Changeset: 01809bddff5b Branch: None User: zzzeek Date: 2016-02-22 01:52:43+00:00 Summary: - Fixed bug in "to_list" conversion where a single bytes object would be turned into a list of individual characters. This would impact among other things using the :meth:`.Query.get` method on a primary key that's a bytes object. fixes #3660 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c87d0bff3ada/ Changeset: c87d0bff3ada Branch: rel_1_0 User: zzzeek Date: 2016-02-22 01:53:21+00:00 Summary: - Fixed bug in "to_list" conversion where a single bytes object would be turned into a list of individual characters. This would impact among other things using the :meth:`.Query.get` method on a primary key that's a bytes object. fixes #3660 (cherry picked from commit 01809bddff5b6e93010eb139aed54526c6e6c058) Affected #: 4 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. |