Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions neo4j/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import (
// it triggered. This API is meant for use in scenarios where users want to
// implement their own retry mechanism.
// A similar logic is used by the driver for transaction functions.
//
// NOTE: This does not apply when running auto-commit transactions (Session.Run/SessionWithContext.Run)
func IsRetryable(err error) bool {
if err == nil {
return false
Expand Down