overhaul begin/commit, final take !

Issue #64 resolved
Mike Bayer repo owner created an issue

make the begin/commit work like this:

    s = objectstore.get_session()
    trans = s.begin()
    #etc
    trans.commit()

with all the requisite rollback, nesting behavior, etc. + document it.

Comments (1)

  1. Log in to comment