]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug in result proxy where anonymously generated
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Feb 2008 18:22:47 +0000 (18:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Feb 2008 18:22:47 +0000 (18:22 +0000)
commit84485fb7bbc31ecc20176c088af671b2c27311bc
tree7cbfaf85175ca0e318d6f5f47382f540a6317af4
parenteddae08fdfbae0f43c7355896604c455f576ca7e
- fixed bug in result proxy where anonymously generated
column labels would not be accessible using their straight
string name
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/query.py