This commit is contained in:
adlerhurst
2025-07-25 20:05:15 +02:00
parent 513818f55d
commit 889420f2d8
14 changed files with 14 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
)
var NoChangesError = errors.New("Update must contain a change")
var ErrNoChanges = errors.New("update must contain a change")
// NoRowFoundError is returned when QueryRow does not find any row.
// It wraps the dialect specific original error to provide more context.