23 Jul
2004
23 Jul
'04
6 p.m.
Chris Withers wrote at 2004-7-23 10:58 +0100:
Dieter Maurer wrote:
All DA's I saw up to now, do a reconnect.
ZOracleDA didn't...
Really? I saw it reconnecting...
But this is *WRONG" -- as part of a transaction may have been lost. After "reconnecting", they should raise an exception derived from "ConflictError" and let the complete request retry.
...but it now does this :-)
Raising an exception derived from "ConflictError" -- that's fine! -- Dieter