Files
sqlalchemy/lib/sqlalchemy/orm
Mike Bayer dd6389f171 - The ON clause rendered when using :meth:.Query.join,
:meth:`.Query.outerjoin`, or the standalone :func:`.orm.join` /
:func:`.orm.outerjoin` functions to a single-inheritance subclass will
now include the "single table criteria" in the ON clause even
if the ON clause is otherwise hand-rolled; it is now added to the
criteria using AND, the same way as if joining to a single-table
target using relationship or similar.
fixes #3222
2014-10-09 20:40:35 -04:00
..
2014-09-08 13:01:43 -04:00
2014-09-07 19:17:46 -04:00
2014-09-07 19:17:46 -04:00
2014-09-05 16:28:20 -04:00