Commit d5132e81 authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

save

parent c4bb24dc
......@@ -152,6 +152,7 @@ func (d *Pool) execWrapper(pool connMode, dst any, f func(conn *conn, dst1 any)
if try < d.TryOnError && contains(err.Error(), d.ContinuesTry) {
try++
d.logger.Printf("DB_EXEC_WRAPPER_REPEAT_ERR: TRY: %d, %s", try, err.Error())
goto repeat
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment