]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
moved _match_primaries from properties to sql.join, so its generalized to all SQL
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Dec 2005 00:42:00 +0000 (00:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Dec 2005 00:42:00 +0000 (00:42 +0000)
commitaded80c2ae63a2a89c09c0d75d2a8320f97edae3
treec89e6e6604c514c27981304cb8b14a9d2ed4d260
parent38cb94232e22b07fd139bb68be8d6e3b8e566fb9
moved _match_primaries from properties to sql.join, so its generalized to all SQL
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/sql.py