]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- reorganize how create_row_processor() communicates up to
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Aug 2014 19:07:11 +0000 (15:07 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Aug 2014 19:07:11 +0000 (15:07 -0400)
commit9449c102768e9dc14d28405caec31a9957d52408
treef0e7c635a78b40adb0ff26fc3ca72b3a1e34bd9c
parentb9046a163bd94ea9101e13414682280e56a677e6
- reorganize how create_row_processor() communicates up to
instances(), using a named tuple it can assign to directly.  this way
we never have to worry about that structure changing anymore, though
we are still having it append (key, fn) which is kind of awkward.
- inline _populators() into instance(), it's a little verbose but
saves an fn call
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/loading.py
lib/sqlalchemy/orm/strategies.py