From 8871cb8f2b8163d803f8f5ad2c2dc2a3f345bb0b Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Fri, 31 Jul 2026 00:23:28 +0200 Subject: add test coverage --- handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'handle.go') diff --git a/handle.go b/handle.go index b3017ce..bd2462d 100644 --- a/handle.go +++ b/handle.go @@ -76,7 +76,7 @@ func (h poolHandle) GSQLPrepare(ctx context.Context, query string, repeated bool conn.Release() return err } - return wrappedPreparedStatement{ctx, stmt, h.inner, deallocate}, nil + return wrappedPreparedStatement{ctx, stmt, conn, deallocate}, nil } // GSQLQuery implements the [gsql.Handle] interface. -- cgit v1.3.1