diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-10-09 20:40:35 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-10-09 20:40:35 -0400 |
commit | dd6389f171736abd28d777b6fde40403cab0c13e (patch) | |
tree | 2193960f80e8074867ceb4eac7c253ab69f9ed9a /lib/sqlalchemy/sql/crud.py | |
parent | 81d1e0455a406560be468d1aacc37aa63bb4d717 (diff) | |
download | sqlalchemy-dd6389f171736abd28d777b6fde40403cab0c13e.tar.gz |
- 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
Diffstat (limited to 'lib/sqlalchemy/sql/crud.py')
0 files changed, 0 insertions, 0 deletions