]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed issue in new :meth:`.TextClause.columns` method where the ordering
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Feb 2014 18:28:14 +0000 (13:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Feb 2014 18:28:14 +0000 (13:28 -0500)
commitbf67069d264cba3feed8a48614289d605ed61a55
tree3101f06439d9c9ab6a3f7dee1ab48cc5707d6f16
parent6fadb57165248e7142ba8b4d1f3e32fa77054528
- Fixed issue in new :meth:`.TextClause.columns` method where the ordering
of columns given positionally would not be preserved.   This could
have potential impact in positional situations such as applying the
resulting :class:`.TextAsFrom` object to a union.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_selectable.py
test/sql/test_text.py