0.31.1
- Fix
InvalidOperationException
ifMySqlBulkLoader
is used inside a transaction (again): #300 - Breaking Remove
MySqlBulkLoader.Transaction
property (added in 0.24.0);MySqlBulkLoader
will always use the ambient transaction, if any. This matches Connector/NET API & behaviour