diff --git a/conn.go b/conn.go index a8b0b22c..88c344f4 100644 --- a/conn.go +++ b/conn.go @@ -1417,8 +1417,6 @@ func (c *Conn) ExecContext(ctx context.Context, sql string, arguments ...interfa } } } - - return commandTag, err } func (c *Conn) initContext(ctx context.Context) error {