]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- altered part of the use contract first set up in #2992; we
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Apr 2015 21:32:05 +0000 (17:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 27 Apr 2015 21:40:41 +0000 (17:40 -0400)
commit34f98a63b54a17c06e48eab5a29e9c090488b4bd
treea3e82f802d78a67bea9ee92bec4982800de0b831
parente5c20fce93549d9af972e99a7bf826d7cc99189f
- altered part of the use contract first set up in #2992; we
now skip textual label references when copying ORDER BY elements
to the joined-eager-load subquery, as we can't know that these
expressions are compatible with this placement;  either because
they are meant for text(), or because they refer to label names
already stated and aren't bound to a table. fixes #3392
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/sql/util.py
test/orm/test_query.py