We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f718cc commit f233bd4Copy full SHA for f233bd4
1 file changed
drivers/db2/internal/backfill.go
@@ -48,7 +48,7 @@ func (d *DB2) ChunkIterator(ctx context.Context, stream types.StreamInterface, c
48
stmt = jdbc.DB2RidChunkScanQuery(stream, chunk, filter)
49
}
50
51
- // begin transaction for chunks iteration
+ // begin transaction for chunk iteration
52
tx, err := d.client.BeginTx(ctx, &sql.TxOptions{})
53
if err != nil {
54
return fmt.Errorf("failed to begin transaction: %s", err)
0 commit comments