(message string)
| 494 | } |
| 495 | |
| 496 | func isLockTimeoutError(message string) bool { |
| 497 | return strings.Contains(message, "canceling statement due to lock timeout") |
| 498 | } |
| 499 | |
| 500 | func (d *Driver) executeInTransactionMode( |
| 501 | ctx context.Context, |
no outgoing calls
no test coverage detected