diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-23 18:59:17 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-23 18:59:17 -0400 |
commit | 841ea194bd7cf239323ee21320210fd6dc5c551d (patch) | |
tree | 0da6b6ae37d5def93b84e06afd451f50716c6caf /examples/inheritance/polymorph.py | |
parent | 101da94e1282a410557784272bda58222ac048b4 (diff) | |
download | sqlalchemy-841ea194bd7cf239323ee21320210fd6dc5c551d.tar.gz |
- [removed] The legacy "mutable" system of the
ORM, including the MutableType class as well
as the mutable=True flag on PickleType
and postgresql.ARRAY has been removed.
In-place mutations are detected by the ORM
using the sqlalchemy.ext.mutable extension,
introduced in 0.7. The removal of MutableType
and associated constructs removes a great
deal of complexity from SQLAlchemy's internals.
The approach performed poorly as it would incur
a scan of the full contents of the Session
when in use. [ticket:2442]
Diffstat (limited to 'examples/inheritance/polymorph.py')
0 files changed, 0 insertions, 0 deletions