This commit is contained in:
adlerhurst
2025-07-29 00:33:02 +02:00
parent e5ab582ff9
commit 9c9f3510aa
2 changed files with 0 additions and 309 deletions

View File

@@ -33,7 +33,6 @@ func (c *pgxConn) Begin(ctx context.Context, opts *database.TransactionOptions)
// Query implements sql.Client.
// Subtle: this method shadows the method (*Conn).Query of pgxConn.Conn.
func (c *pgxConn) Query(ctx context.Context, sql string, args ...any) (database.Rows, error) {
rows, err := c.Conn.Query(ctx, sql, args...)
if err != nil {
return nil, wrapError(err)