]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug that would prevent overridden clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jun 2010 21:20:17 +0000 (17:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Jun 2010 21:20:17 +0000 (17:20 -0400)
commit29eb88eefbe859ccd13cf44a8b6b310ae8b27507
tree66f989654dcb02625681c7ca6ff46d3dbd2e0a44
parent3eab7982537426d4dc1c467df1371dea3b0a0a4e
- Fixed bug that would prevent overridden clause
compilation from working for "annotated" expression
elements, which are often generated by the ORM.
CHANGES
lib/sqlalchemy/sql/util.py
test/ext/test_compiler.py