2
0

Merge branch 'krzysztofdrys-master'

This commit is contained in:
Jack Christensen
2016-07-07 07:45:54 -05:00
+1 -1
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 {