]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added support to automap for the case where a relationship should
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 14:49:37 +0000 (10:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 14:49:37 +0000 (10:49 -0400)
commit4d93a52e77895f87570b00f8f0c9b4088d078695
tree76d1bb5a52b4b4214a024c027af056fa62b3f639
parent825d3b0d6db4b4db78d69b9dcf012c5f627385d3
- Added support to automap for the case where a relationship should
not be created between two classes that are in a joined inheritance
relationship, for those foreign keys that link the subclass back to
the superclass.
fixes #3004
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/automap.py
test/ext/test_automap.py