]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
revert mis-commit from aa026c302c6b188a7e28508f9ecb603809b9e03f
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2021 20:04:22 +0000 (15:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Nov 2021 20:04:22 +0000 (15:04 -0500)
A scratch line from #7269 was inadvertently committed here.
this needs to be in its own commit w/ tests.

Change-Id: I62796e18b05bbbd3b6225e9f27e1e63ab98cf24c

lib/sqlalchemy/sql/compiler.py

index 4611c5e13c7788555a2cd10a2cffd0b0d5d7bda7..646b49f22e3c75c759f68ffd6ed41d42ae6e4427 100644 (file)
@@ -3216,8 +3216,6 @@ class SQLCompiler(Compiled):
         # passed in.  for ORM use this will convert from an ORM-state
         # SELECT to a regular "Core" SELECT.  other composed operations
         # such as computation of joins will be performed.
-        kwargs["within_columns_clause"] = False
-
         compile_state = select_stmt._compile_state_factory(
             select_stmt, self, **kwargs
         )