diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-09-17 11:38:52 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2018-09-18 17:23:32 -0400 |
commit | 43f2c66ea7413cc0aaf6ca040ad33fb65ca4412d (patch) | |
tree | 98f8e3fdd5a3bc99911beb7597e3ba5fc3366d69 /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | 67a2cd92295bef55d914a5c560b4cead5d456837 (diff) | |
download | sqlalchemy-43f2c66ea7413cc0aaf6ca040ad33fb65ca4412d.tar.gz |
Adapt right side in join if lateral detected
Fixed bug where use of :class:`.Lateral` construct in conjunction with
:meth:`.Query.join` as well as :meth:`.Query.select_entity_from` would not
apply clause adaption to the right side of the join. "lateral" introduces
the use case of the right side of a join being correlatable. Previously,
adaptation of this clause wasn't considered.
Fixes: #4334
Change-Id: I3631e562092769d30069a2aa5e50a580f4661a23
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
0 files changed, 0 insertions, 0 deletions