]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update selectin docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Oct 2020 23:08:28 +0000 (19:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 31 Oct 2020 23:36:56 +0000 (19:36 -0400)
commitb931cdd957a8e83fa2d484cc3307c3e3169d5121
tree1d12bea15e6392a85cc3d3ab52d4192d825aaa2b
parent0fed066ef506772537a11157181a92a0ad2ca8cf
update selectin docs

* correct many-to-one example that doesnt use JOIN or ORDER BY
anymore

* Oracle does tuple IN, let's test it

* many-to-many is supported but joins all the way right now

* remove verbiage about yield_per for the moment to simplify
updates to how yield_per works w/ new style execution.  yield_per
is difficult to explain and the section seems kind of complicated
with those details added at the moment.

Change-Id: I010ed36f554f06310f336a5b12760c447b38ec01
(cherry picked from commit 72fa0ece049f08d5d24940272b80b1290fef6192)
doc/build/orm/loading_relationships.rst
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_select.py
test/requirements.py