]> 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 22:54:02 +0000 (18:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Jun 2011 22:54:02 +0000 (18:54 -0400)
commit63dbed1fd7421fd4f5cbf0bb2773f7faa8359651
treed1a800dba12d888dac2fbb063193131f06d9e684
parent1006f1705169310477db073c2b66af1d20615c38
  - 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