[ZODB-Dev] Questions about [get_]transaction[()].abort()

2005-10-04 Thread Chris Withers
Hi, If I abort a transaction (and bear in mind this might well happen after a ConflictError has been caught) do I need to do a sync() or some such to bring all the objects back to the state before the transaction began or is the abort() enough on its own? Does this behaviour differ between Z

RE: [ZODB-Dev] Questions about [get_]transaction[()].abort()

2005-10-04 Thread Tim Peters
[Chris Withers] > If I abort a transaction (and bear in mind this might well happen after > a ConflictError has been caught) Shouldn't matter whether an exception occurred, or, if one did occur, which particular exception it was. > do I need to do a sync() or some such to bring all the objects ba

[ZODB-Dev] Blobs revisited...

2005-10-04 Thread Chris McDonough
FYI, Last week, Christian Theune and I muscled the elderly ctheune- blobsupport-branch of ZODB into shape to work again against the ZODB trunk. We ran into some "interesting" issues with supporting savepoints (difficult to do efficiently with blobs, so we didn't try), I added some somewh