]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in "to_list" conversion where a single bytes object
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Feb 2016 01:52:43 +0000 (20:52 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Feb 2016 01:52:43 +0000 (20:52 -0500)
commit01809bddff5b6e93010eb139aed54526c6e6c058
treee8a31670e7dffdce04802de112edc2f7ea563e1c
parent6713817e1186cd1e36c9aea9d89a30bc299ffe27
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/compat.py
test/base/test_utils.py