Merge branch 'krzysztofdrys-master'

pull/128/merge
Jack Christensen 2016-07-07 07:45:54 -05:00
commit f54bfbbdb3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {