diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-30 14:36:20 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-11-30 14:36:20 -0500 |
commit | fb05e085fe48a1c48fcb4bcf89ba58c0d7584b8c (patch) | |
tree | ae7ce08b13c97c1b0d673862cc3ac0ed4425f4b8 /test/ext/declarative/test_basic.py | |
parent | 0a0b36686d5da0e7d04974c8df0ece574b71f3cb (diff) | |
download | sqlalchemy-fb05e085fe48a1c48fcb4bcf89ba58c0d7584b8c.tar.gz |
Apply path generation for superclasses to Load._set_path_strategy()
Extended the fix first made as part of :ticket:`3287`, where a loader option
made against a subclass using a wildcard would extend itself to include
application of the wildcard to attributes on the super classes as well, to a
"bound" loader option as well, e.g. in an expression like
``Load(SomeSubClass).load_only('foo')``. Columns that are part of the
parent class of ``SomeSubClass`` will also be excluded in the same way as if
the unbound option ``load_only('foo')`` were used.
Fixes: #4373
Change-Id: I2eee0e587c34323a77df077b9cb699da370c403d
Diffstat (limited to 'test/ext/declarative/test_basic.py')
0 files changed, 0 insertions, 0 deletions