mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 07:17:06 -04:00
ed83a844bb
Comparing equivalence of columns in the ORM is best accomplished using col1.shares_lineage(col2). [ticket:1491]