]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- unfortunately we need to match within join where col.key does not match
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jan 2016 22:28:40 +0000 (17:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Jan 2016 22:28:40 +0000 (17:28 -0500)
commit5742e321b261c0c1303835b80418cd3cdc1b5643
treece59b6fe83907c416de19ca8764731e134434db9
parent8163de4cc9e01460d3476b9fb3ed14a5b3e70bae
- unfortunately we need to match within join where col.key does not match
what's given so we need to use a set() here.  contains_column is not within
any performance paths
lib/sqlalchemy/sql/base.py