Files
sqlalchemy/test
Mike Bayer 43f2c66ea7 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
2018-09-18 17:23:32 -04:00
..
2018-08-01 12:30:57 -04:00
2018-08-27 14:59:08 -04:00
2017-02-07 11:21:56 -05:00
2018-08-30 17:12:58 -04:00
2018-08-30 17:12:58 -04:00