From 9191e018ff90deb99f3881966a5d356a05027e0f Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 14 Apr 2026 00:41:25 +0200 Subject: initial test coverage for Store.Select functions --- oblast.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'oblast.go') 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, -- cgit v1.2.3