2
0

Add query logging for individual batch items

This commit is contained in:
Ben Bader
2020-02-18 15:05:00 -08:00
parent 542c9a97f1
commit a10b89ebc0
3 changed files with 161 additions and 2 deletions
+2
View File
@@ -770,6 +770,8 @@ func (c *Conn) SendBatch(ctx context.Context, b *Batch) BatchResults {
ctx: ctx,
conn: c,
mrr: mrr,
b: b,
ix: 0,
}
}