You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
If analyzeUpdate(Statement) is executed in a read/write transaction in the Connection API, and the read/write transaction is aborted, the retry will retry the statement as executeUpdate(Statement) instead of analyzeUpdate(Statement). This will fail, either because the update count that is returned is different, or because the statement contained parameters and these were not bound for the analyze.
If
analyzeUpdate(Statement)is executed in a read/write transaction in the Connection API, and the read/write transaction is aborted, the retry will retry the statement asexecuteUpdate(Statement)instead ofanalyzeUpdate(Statement). This will fail, either because the update count that is returned is different, or because the statement contained parameters and these were not bound for the analyze.