Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Failure when using Reserved Words for Table name #1546

Open
chasse20 opened this issue Aug 19, 2024 · 0 comments
Open

MySQL Failure when using Reserved Words for Table name #1546

chasse20 opened this issue Aug 19, 2024 · 0 comments

Comments

@chasse20
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant