]> 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:06:41 +0000 (15:06 -0400)
commit56976624169af6d0d329b4834ee9caa7243573dc
treef57c8fe739c3213e87a686f002b8e66712991a6f
parent4663ec98b226a7d495846f0d89c646110705bb30
- Fixed bug where :func:`.type_coerce` would not interpret ORM
elements with a ``__clause_element__()`` method properly.
[ticket:2849]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_types.py