]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in expression annotation
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Mar 2012 17:35:05 +0000 (13:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Mar 2012 17:35:05 +0000 (13:35 -0400)
commit45046367f34ee2dadb98024b0f2b05248459f978
tree6c13c76762b1d10eb580eb95a6d4cf7840bfb167
parentb1fb11dda0454ca9738338e7cc549547c158222b
- [bug] Fixed bug in expression annotation
mechanics which could lead to incorrect
rendering of SELECT statements with aliases
and joins, particularly when using
column_property().  [ticket:2453]
CHANGES
lib/sqlalchemy/sql/util.py
test/sql/test_selectable.py