diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-19 12:31:15 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-04-19 12:31:15 -0400 |
commit | 8719cf3653b9f4209a6d8e774a03cd4c5d579b8b (patch) | |
tree | 28e739b13e613bda40dd35cdf192341fa03772c3 /lib/sqlalchemy/sql/util.py | |
parent | 541e59c3d7c141cfe532b26b5fbf4b8a8d30b841 (diff) | |
download | sqlalchemy-8719cf3653b9f4209a6d8e774a03cd4c5d579b8b.tar.gz |
- [bug] Fixed bug in 0.7.6 introduced by
[ticket:2409] whereby column_mapped_collection
used against columns that were mapped as
joins or other indirect selectables
would fail to function.
Here, the serialize use case has gotten very complex since to
really target a column we'd need the root MetaData object,
then if we're hitting Alias objects and such there's really
nothing to hold onto. Short of building a system where
Column objects have some kind of master hash identifier that
is consistently generated, the way this works can't really
suit every case - much easier would be to change the mechanics
of collections.py to make available the Mapper to the
collection adapter when it's first invoked.
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
0 files changed, 0 insertions, 0 deletions