]> 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:40 +0000 (10:01 -0400)
commit517eba3896cdb3aa22b7ed3195bd01b842ea4cfb
tree826f4427379a8f6a5a5094d37c64676ae9f420eb
parent89276b5cadaa58079e1d496403287661c79ef557
- 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