]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The auto-correlation feature of :func:`.select`, and
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Oct 2012 17:29:12 +0000 (13:29 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Oct 2012 17:29:12 +0000 (13:29 -0400)
commit0c9d55db73776d12a6898929092a42e586f3c4bf
tree106acd13b92679374af143d7a1cdc79344f77e00
parentbd8ccf436cbf9e1250bb026ae2193bad47468984
 The auto-correlation feature of :func:`.select`, and
      by proxy that of :class:`.orm.Query`, will not
      take effect for a SELECT statement that is being
      rendered directly in the FROM list of the enclosing
      SELECT.  Correlation in SQL only applies to column
      expressions such as those in the WHERE, ORDER BY,
      columns clause. [ticket:2595]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/compiler.py
test/orm/test_froms.py
test/sql/test_compiler.py
test/sql/test_generative.py