• Jeremy Hylton's avatar
    Change prepare() signature in IDataManager. · be351a5e
    Jeremy Hylton authored
    The manager should raise an exception in its prepare() method rather
    than returning a boolean to indicate failure.  Rationale: The txn
    manager can't raise a reasonable exception, because it doesn't know
    what the data manager couldn't prepare.
    be351a5e
test_txn.py 4.72 KB