You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporary workaround is just rename the table in MySQL, but the Bulk Extensions is meant to work regardless from what I read on a similar resolved issue.
The text was updated successfully, but these errors were encountered:
BulkInsertAsync fails because it does not properly escape tables that are named using MySQL's reserved words. In my case I had an "Option" table.
MySQL: 8.0.25
EFCore.BulkExtensions: 8.1.0
EFCore: 8.0.8
Temporary workaround is just rename the table in MySQL, but the Bulk Extensions is meant to work regardless from what I read on a similar resolved issue.
The text was updated successfully, but these errors were encountered: