diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-18 10:43:16 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-02-18 10:58:06 -0500 |
commit | 498db831718cb5df213b1afdd2027878e0e72fd4 (patch) | |
tree | 4a7ec0f0db37ba2d57f93c4ec49776750d022e01 /lib/sqlalchemy/dialects/postgresql/asyncpg.py | |
parent | f41b9cbcdb0b6116cc3e2d15f53983516d82b06d (diff) | |
download | sqlalchemy-498db831718cb5df213b1afdd2027878e0e72fd4.tar.gz |
Extract table names when comparing to nrte error
Fixed issue where the process of joining two tables could fail if one of
the tables had an unrelated, unresolvable foreign key constraint which
would raise :class:`_exc.NoReferenceError` within the join process, which
nonetheless could be bypassed to allow the join to complete. The logic
which tested the exception for signficance within the process would make
assumptions about the construct which would fail.
Fixes: #5952
Change-Id: I492dacd082ddcf8abb1310ed447a6ed734595bb7
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/asyncpg.py')
0 files changed, 0 insertions, 0 deletions