summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/sqlite
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-02-24 10:58:25 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2023-02-24 10:58:25 -0500
commit60ddd3725600aa121e2e7b4be49dc9bd244ce0c5 (patch)
treecf3e9dc2e99d1259af3293d32b27eebc90b4222a /lib/sqlalchemy/dialects/sqlite
parent8b108297d075ae68178cd18a9cb4d06feee7e075 (diff)
downloadsqlalchemy-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