]> 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:31 +0000 (10:34 -0400)
commiteee219bc7e0656fb8afa9879bda799ab1d71b285
treefe070c72477a293d174e69a07a06431810bc1067
parentb1f7e8a3704f0eccbaba653eec9b43805b77ccb8
- 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