diff --git a/query.go b/query.go index 68cd4b07..71df1cd7 100644 --- a/query.go +++ b/query.go @@ -449,7 +449,7 @@ func (c *Conn) Query(sql string, args ...interface{}) (*Rows, error) { return rows, rows.err } } - + rows.sql = ps.SQL rows.fields = ps.FieldDescriptions err := c.sendPreparedQuery(ps, args...) if err != nil {