Closed elandev closed 7 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue still exists. Is there an update on this?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Unfortunately, we can't accept project zip files as reproduction cases. Please paste sufficient code to reproduce here, or submit a PR with a failing test case.
Describe the bug
MySqlBulkdLoader
is working, but when I attempt to use the methodconnection.BulkCopy
with a list, I get the following exception:Steps to reproduce
The method
BulkLoadDataMySql
, which usesMySqlBulkLoader
works.The method
BulkLoadDataInsight
does not work and you will see the exception.Expected behavior
Expected the bulk copy to insert all items in the list.