]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- organize persistence methods in terms of generators,
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Aug 2014 20:32:48 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 18 Aug 2014 20:32:59 +0000 (16:32 -0400)
commit06dec268e53e999bd348ef2ca148def066ca30d6
tree6c63af264205f4f0da0925e70657088c7d950632
parentd39927ec20dd0b66f4ab3aab3e4e67b3814186ce
- organize persistence methods in terms of generators,
narrow down argument lists and generator items for each function
down to just what each function needs.   This will help for them
to be of more multipurpose use for bulk operations
lib/sqlalchemy/orm/persistence.py