diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-24 10:58:25 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-24 10:58:25 -0500 |
| commit | 60ddd3725600aa121e2e7b4be49dc9bd244ce0c5 (patch) | |
| tree | cf3e9dc2e99d1259af3293d32b27eebc90b4222a /lib/sqlalchemy/dialects/sqlite | |
| parent | 8b108297d075ae68178cd18a9cb4d06feee7e075 (diff) | |
| download | sqlalchemy-60ddd3725600aa121e2e7b4be49dc9bd244ce0c5.tar.gz | |
locate automap base in hierarchy directly
Fixed issue in automap where calling ``.prepare()`` from one of the mapped
classes would not use the correct base class when automap detected new
tables, instead using the given class, leading to mappers trying to
configure inheritance. While one should normally call ``.prepare()`` from
the base in any case, it shouldn't misbehave that badly when called from a
subclass.
Fixes: #9367
Change-Id: I705d4d939d45af52bc58a74e65994205ab791634
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite')
0 files changed, 0 insertions, 0 deletions
