change mapper postfetch on save_obj() to use deferred column loading

Issue #652 resolved
Mike Bayer repo owner created an issue

possibly with a mapper option...but deferred loading should be the default. set up all the "default-bearing" columns in a common deferred group, then let it roll. we also might want to improve deferred's ability to name arbitrary "groups" for this.

Comments (4)

  1. Mike Bayer reporter

    i want this in the release since i want a cleanup of the deferred column loader to be more generic and reusable. once thats done this ticket is trivial.

  2. Log in to comment