aboutsummaryrefslogtreecommitdiff
path: root/oblast.go
diff options
context:
space:
mode:
Diffstat (limited to 'oblast.go')
-rw-r--r--oblast.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/oblast.go b/oblast.go
index 5a46042..15f840a 100644
--- a/oblast.go
+++ b/oblast.go
@@ -42,7 +42,6 @@ package oblast // import "go.xyrillian.de/oblast"
import (
"database/sql"
- "errors"
"reflect"
"go.xyrillian.de/oblast/internal"
@@ -78,9 +77,6 @@ var (
_ Handle = &sql.Tx{}
)
-// ErrMultipleRows is returned by [Store.SelectOne] if the query returned multiple rows.
-var ErrMultipleRows = errors.New("sql: multiple rows in result set")
-
// Store is the main interface of this library.
//
// It holds information on how to read and write data into record type R,