move post_update updates into an executemany

Issue #1831 resolved
Mike Bayer repo owner created an issue

now that we have post updates occurring in a very controlled way with no requirements for extensions, primary keys, etc., make a new function on mapper that whips them out in an executemany. perform a rudimental organization of them by set of columns to be updated.

Comments (2)

  1. Log in to comment