]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the enable_typechecks=False setting on relation()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jun 2008 03:34:13 +0000 (03:34 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Jun 2008 03:34:13 +0000 (03:34 +0000)
commitff364b9c54715be82180c62bf9d5db0ea4b047e3
tree50803514ddc394552db0e66e5dc433c790d9a649
parenta26cb9ebc2f97045e108328898b7b04f65a6e5ff
- the enable_typechecks=False setting on relation()
now only allows subtypes with inheriting mappers.
Totally unrelated types, or subtypes not set up with
mapper inheritance against the target mapper are
still not allowed.
CHANGES
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
test/orm/relationships.py