• Jeremy Hylton's avatar
    Change prepare() signature in IDataManager. · 626e22d6
    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.
    626e22d6
interfaces.py 3.95 KB