]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where :func:`.type_coerce` would not interpret ORM
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Oct 2013 19:06:41 +0000 (15:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Oct 2013 19:08:04 +0000 (15:08 -0400)
commit622772b46999561ad2033c8d30ee9b1aff75951b
tree0e69bf8fac09c1d11a95337a19ef452b2214b9b2
parentd0c2b9593a06b46c3cd5c4de595c275c9385951f
- Fixed bug where :func:`.type_coerce` would not interpret ORM
elements with a ``__clause_element__()`` method properly.
[ticket:2849]

Conflicts:
lib/sqlalchemy/sql/elements.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/expression.py
test/sql/test_types.py