]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Revert "add auto_recurse option to selectinload, immediateload"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jun 2022 18:46:11 +0000 (14:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Jun 2022 18:46:11 +0000 (14:46 -0400)
commitc3102b85c40ab4578a0f56ee1e8eee4a6e0aed55
tree3a0589663745b1a0a63b7b098053a77184e9d5c6
parentefd4e6dd8a73b956c860d796606f8e6ad652c292
Revert "add auto_recurse option to selectinload, immediateload"

this option works very badly with caching and the API
is likely not what we want either.  Work continues for
 #8126 including that the additional work in
I9f162e0a09c1ed327dd19498aac193f649333a01
tries to add new recursive features.

This reverts commit b3a1162553879d1369154e920f3f4129020bb88e.
doc/build/changelog/unreleased_20/8126.rst [deleted file]
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/strategy_options.py
lib/sqlalchemy/testing/assertions.py
test/orm/test_immediate_load.py
test/orm/test_selectin_relations.py