]> 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:09 +0000 (19:36 -0400)
commit3710382de1c285c8a613c71be165bd192da86dfd
tree463d2d33c5e73b23d2874b156611645bb6709ba7
parent78d60e108ecd055481b648a05ad96bfcaf84dc70
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
doc/build/orm/loading_relationships.rst
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_select.py
test/requirements.py