Files
sqlalchemy/test/sql
Mike Bayer 709239f4a6 ensure correlate_except is checked for empty tuple
Fixed issue where :meth:`_sql.Select.correlate_except` method, when passed
either the ``None`` value or no arguments, would not correlate any elements
when used in an ORM context (that is, passing ORM entities as FROM
clauses), rather than causing all FROM elements to be considered as
"correlated" in the same way which occurs when using Core-only constructs.

Fixes: #7514
Change-Id: Ic4a5252c8f3c1140aba6c308264948f3a91f33f5
2022-01-03 17:39:33 -05:00
..
2021-11-24 22:51:27 -05:00
2021-12-29 12:23:12 -05:00
2021-11-24 22:51:27 -05:00
2021-11-24 22:51:27 -05:00