]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add further coverage for join_condition to make sure we get this case where
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 20:41:08 +0000 (16:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 20:41:08 +0000 (16:41 -0400)
commit9c731b2ebf4909d319bf7ce44c4c5e895723afa6
tree923d3c5351290dc9c2ee185056f29e3f0984ff96
parenta04fb820289d10b4f340810e23242b4025e7c195
- add further coverage for join_condition to make sure we get this case where
there are multiple, equivalent foreign keys
lib/sqlalchemy/sql/selectable.py
test/sql/test_selectable.py