]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed internal error which would occur if calling has()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 17:07:08 +0000 (12:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 11 Mar 2010 17:07:08 +0000 (12:07 -0500)
commit86df449c2b724341f3d3f322ad71252b287e1f12
tree93abff72f69eb43265b586d3bc65b3a71267c6e5
parentea4916001d5023100549d5dcc07ef51657d079fc
- fixed internal error which would occur if calling has()
or similar complex expression on a single-table inheritance
relation(). [ticket:1731]
CHANGES
lib/sqlalchemy/sql/util.py
test/sql/test_generative.py
test/sql/test_selectable.py