Merge branch 'krzysztofdrys-master'
This commit is contained in:
@@ -449,7 +449,7 @@ func (c *Conn) Query(sql string, args ...interface{}) (*Rows, error) {
|
|||||||
return rows, rows.err
|
return rows, rows.err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
rows.sql = ps.SQL
|
||||||
rows.fields = ps.FieldDescriptions
|
rows.fields = ps.FieldDescriptions
|
||||||
err := c.sendPreparedQuery(ps, args...)
|
err := c.sendPreparedQuery(ps, args...)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user