unitofwork session.flush(objects = []) flushes the entire set

Issue #928 resolved
Former user created an issue

session.flush(objects = []) flushes everything in session, which may not be desired

if we are using

session.flush(objects = filter(some_filter, collection)

Comments (3)

  1. Log in to comment