diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-07-31 00:23:28 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-07-31 00:23:28 +0200 |
| commit | 8871cb8f2b8163d803f8f5ad2c2dc2a3f345bb0b (patch) | |
| tree | 00f9fda8709e47116bdb56082fd8837c84b09604 /handle.go | |
| parent | 2bf760b9b4d71d3b67c5489d2c46bfa04d4629f9 (diff) | |
| download | go-gg-pgx-8871cb8f2b8163d803f8f5ad2c2dc2a3f345bb0b.tar.gz | |
add test coverage
Diffstat (limited to 'handle.go')
| -rw-r--r-- | handle.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
