]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a subtle bug involving column
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 23:31:21 +0000 (19:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 23:31:21 +0000 (19:31 -0400)
commit0ef1ac8d43f870ee084624fc554bee8408ef934b
tree89b6d6e7b90113597ee2149a1f163222365a16c5
parent224587c11cdc2a132027b9e6f229edc0808a3ab7
  - Fixed a subtle bug involving column
    correspondence in a selectable with the
    same column repeated.   Affects [ticket:2188].
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py