]> 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:00:46 +0000 (10:00 -0400)
commit03797b78475bec9fb9c15f8e926414f3720a273c
treee5aa7d9ce00e4184a48f46ccf27e974fa4ae1453
parentdb824b535359abef145303556a227ccda3cdcccc
- 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
doc/build/faq/sessions.rst
lib/sqlalchemy/orm/mapper.py