EFCore.BulkExtensions icon indicating copy to clipboard operation
EFCore.BulkExtensions copied to clipboard

MySQL Failure when using Reserved Words for Table name

Open chasse20 opened this issue 6 months ago • 0 comments

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.

chasse20 avatar Aug 19 '24 01:08 chasse20