An error occurred fetching the project authors.
- 20 Mar, 2003 1 commit
-
-
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.
-
- 10 Mar, 2003 1 commit
-
-
Jeremy Hylton authored
-
- 07 Mar, 2003 2 commits
-
-
Jeremy Hylton authored
It's not clear what the right answer is here. The implementation aborts any remaining resource managers and hopes for the best, which isn't very satisfying. Perhaps the hosed feature should come back. Add some comments about the issues involved. Revise the tests to cover the current behavior.
-
Jeremy Hylton authored
-