Missing command set dispose in batchers

Description

Inspecting the code, it appears some batchers do not dispose their latest command set when they are disposed themselves.

This has been spotted in SqlClientBatchingBatcher and MySqlClientBatchingBatcher. They do dispose their currentBatch after execution, but immediately instantiate a new one. And on their dispose, they do nothing.

NonBatchingBatcher and OracleDataClientBatchingBatcher do not have this issue, they do not create a disposable command set. (For obvious reasons with the former, and because the later use as a "command set" a command already managed by the common base implementation AbstractBatcher.)

Environment

None

Activity

Show:

Frédéric Delaporte March 22, 2017 at 3:13 PM

PR issued.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Who's Looking?

Open Who's Looking?

Created March 22, 2017 at 2:53 PM
Updated March 23, 2017 at 7:07 AM
Resolved March 23, 2017 at 7:06 AM
Who's Looking?