mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:57:32 +00:00
implementation done
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package database
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var NoChangesError = 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.
|
||||
type NoRowFoundError struct {
|
||||
|
Reference in New Issue
Block a user