EFCore.BulkExtensions
EFCore.BulkExtensions copied to clipboard
MySQL Failure when using Reserved Words for Table name
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.