]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression where :meth:`.ResultProxy.keys` would return
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 16:20:00 +0000 (12:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 16:20:00 +0000 (12:20 -0400)
commitd7ceb63c94e4f8ade58f9d9c9462f7acd5037cd6
tree033494c6a0c2854385afb07ded0c3f113beb100c
parent3cfe3fd81d7ce3539633b80c99327767cebd09d5
- Fixed regression where :meth:`.ResultProxy.keys` would return
un-adjusted internal symbol names for "anonymous" labels, which
are the "foo_1" types of labels we see generated for SQL functions
without labels and similar.  This was a side effect of the
performance enhancements implemented as part of references #918.
fixes #3483
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/testing/__init__.py
lib/sqlalchemy/testing/assertions.py
test/sql/test_query.py