Files
sqlalchemy/test/orm
Mike Bayer 85fa363c84 deep compare CTEs before considering them conflicting
Fixed issue where referencing a CTE multiple times in conjunction with a
polymorphic SELECT could result in multiple "clones" of the same CTE being
constructed, which would then trigger these two CTEs as duplicates. To
resolve, the two CTEs are deep-compared when this occurs to ensure that
they are equivalent, then are treated as equivalent.

Fixes: #8357
Change-Id: I1f634a9cf7a6c4256912aac1a00506aecea3b0e2
2022-08-05 17:26:00 -04:00
..
2021-11-22 15:03:17 +00:00
2022-07-31 11:56:07 +02:00
2021-09-29 22:19:43 -04:00
2022-05-22 19:24:18 +00:00
2022-06-04 12:16:27 +02:00
2022-05-22 19:24:18 +00:00
2022-05-22 19:24:18 +00:00
2022-07-31 11:56:07 +02:00
2022-01-24 15:14:01 -05:00
2022-08-04 13:32:30 +00:00
2022-04-15 10:29:23 -04:00
2022-04-07 10:47:53 -04:00
2021-11-24 22:51:27 -05:00