2
0

Happy-path batch query mode

This commit is contained in:
Jack Christensen
2017-05-29 19:15:42 -05:00
parent dfe250c13b
commit fe0af9b357
5 changed files with 375 additions and 11 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ func (c *Conn) QueryEx(ctx context.Context, sql string, options *QueryExOptions,
c.die(err)
return nil, err
}
c.readyForQuery = false
c.pendingReadyForQueryCount++
fieldDescriptions, err := c.readUntilRowDescription()
if err != nil {