]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a new FAQ recipe for "walk all objects", replacing the need
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Sep 2015 14:00:46 +0000 (10:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Sep 2015 14:01:45 +0000 (10:01 -0400)
commit86900687f13c097d287d527e0437dd6f94339627
treeb5b9a1784fb5c7f2337ca28063f7a70004bdace1
parent4c625bca36e010e5ad8631074fe2ca6e7f7b3e91
- add a new FAQ recipe for "walk all objects", replacing the need
to use mapper.cascade_iterator() for this purpose as it was not really
designed for that use case.  Add docs to cascade_iterator() pointing
to the recipe.  fixes #3498

(cherry picked from commit 03797b78475bec9fb9c15f8e926414f3720a273c)
doc/build/faq/sessions.rst
lib/sqlalchemy/orm/mapper.py