]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added check to relation that will see if the same table is included between the prima...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Mar 2006 21:39:53 +0000 (21:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Mar 2006 21:39:53 +0000 (21:39 +0000)
commit376f4af3184403a2dd19392113c386411b364f62
tree7d0f52ae164e1f7e4f378153825ecd74beda4ea7
parent06b8c73ad5136f615957bdf4e535330885ae1635
added check to relation that will see if the same table is included between the primaryjoin and secondaryjoin, and raises a descriptive exception if so.
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
test/inheritance.py