Comment 4 for bug 1430641

Revision history for this message
Andras Kovi (akovi) wrote :

I've just ran into a similar issue. It turned out to be a fault in disconnect error detection. Depending on what dialect and connector one uses, disconnect type error may not be found in driver's is_disconnect method. I found that if a disconnection is not detected, then there is a possibility that the connection is left in an inconsistent state and subsequent transactions on the same connection can fail.