Files
sqlalchemy/test/sql
Mike Bayer 7914b6491b 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
(cherry picked from commit 85fa363c84)
2022-08-05 17:26:49 -04:00
..
2022-03-30 23:17:31 +02:00
2022-04-24 16:40:42 -04:00
2021-07-21 16:14:43 -04:00
2021-07-21 16:14:43 -04:00
2021-05-12 22:10:19 +02:00
2021-11-16 14:45:35 -05:00