diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-03-10 18:48:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-03-10 18:49:35 -0400 |
commit | 7d8c64f9087bcde14dc641fe75f93a04823b86d6 (patch) | |
tree | f8ca6841ebeb78a1bf3df9f3c8c1a16847ef886d /lib/sqlalchemy/sql/expression.py | |
parent | 7c6bdc9f0d279be40d6f53b68a3a448b2ccfb73f (diff) | |
download | sqlalchemy-7d8c64f9087bcde14dc641fe75f93a04823b86d6.tar.gz |
Reword implicit left join error; ensure deterministic FROM for columns
Adjusted the error message emitted by :meth:`.Query.join` when a left hand
side can't be located that the :meth:`.Query.select_from` method is the
best way to resolve the issue. Also, within the 1.3 series, used a
deterministic ordering when determining the FROM clause from a given column
entity passed to :class:`.Query` so that the same expression is determined
each time.
Fixes: #5194
Change-Id: I2e4065fd31e98c57edf2f11d5e831be44d2c1ea2
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
0 files changed, 0 insertions, 0 deletions