Skip to content

Commit

Permalink
fix: do not return the parameter description while describing a portal
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Dec 1, 2023
1 parent fabfd5a commit 4ebe2bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions command.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ func (srv *Server) handleDescribe(ctx context.Context, reader *buffer.Reader, wr
return ErrorCode(writer, errors.New("unknown portal"))
}

err = srv.writeParameterDescription(writer, portal.statement.parameters)
if err != nil {
return err
}

return srv.writeColumnDescription(ctx, writer, portal.formats, portal.statement.columns)
}

Expand Down

0 comments on commit 4ebe2bc

Please sign in to comment.