]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed labeling bug in Query whereby the NamedTuple
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Oct 2010 16:04:51 +0000 (12:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 14 Oct 2010 16:04:51 +0000 (12:04 -0400)
commitb47983f8ecdc022c42d2c3b624894e58b4f18538
tree4add4bf8f833236be42ec58b02c984ffaa579961
parenta376f3e2daec1950b42822e94a8357848beaa18a
- Fixed labeling bug in Query whereby the NamedTuple
would mis-apply labels if any of the column
expressions were un-labeled.
CHANGES
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/util.py
test/orm/test_query.py