diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-06-28 18:55:19 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-06-29 11:22:59 -0400 |
commit | 9d12d493eb38f958c2d50da28f83ccc6de01f0dc (patch) | |
tree | 0063d1e4d2be517d3509d50c1b3f64201fc0ccce /lib/sqlalchemy/orm/context.py | |
parent | f19e50ab75cfc904acef31434c92542f3ab50d61 (diff) | |
download | sqlalchemy-9d12d493eb38f958c2d50da28f83ccc6de01f0dc.tar.gz |
produce column copies up the whole hierarchy first
Fixed issue where a hierarchy of classes set up as an abstract or mixin
declarative classes could not declare standalone columns on a superclass
that would then be copied correctly to a :class:`_orm.declared_attr`
callable that wanted to make use of them on a descendant class.
Originally it looked like this would produce an ordering change,
however an adjustment to the flow for produce_column_copies
has avoided that for now.
Fixes: #8190
Change-Id: I4e2ee74edb110793eb42691c3e4a0e0535fba7e9
Diffstat (limited to 'lib/sqlalchemy/orm/context.py')
0 files changed, 0 insertions, 0 deletions