]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a regression introduced by :ticket:`2818` where the EXISTS
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Oct 2013 14:34:31 +0000 (10:34 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Oct 2013 14:34:57 +0000 (10:34 -0400)
commit2576b5cdfb09fd1fb28e083e0a41f7596c6a1100
tree1bada72a7a576cc548b99a7eac33c44335c72c5e
parentac73cb304ae4ae221e99f9308ff69a2f566b4602
- Fixed a regression introduced by :ticket:`2818` where the EXISTS
query being generated would produce a "columns being replaced"
warning for a statement with two same-named columns,
as the internal SELECT wouldn't have use_labels set.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/query.py
test/orm/test_query.py