Files
sqlalchemy/test/base
Mike Bayer c87d0bff3a - 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 01809bddff)
2016-02-21 20:53:21 -05:00
..