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
MySqlBulkCopy should just accept the DestinationTableName as-is, and not try to quote it. This lets the user supply a multi-part (e.g., dotted) identifier name, and quote each part separately.
MySqlBulkCopy
DestinationTableName
From linq2db/linq2db#2113 (comment).
The text was updated successfully, but these errors were encountered:
b73d723
This is fixed in 0.67.0.
Sorry, something went wrong.
bgrainger
No branches or pull requests
MySqlBulkCopy
should just accept theDestinationTableName
as-is, and not try to quote it. This lets the user supply a multi-part (e.g., dotted) identifier name, and quote each part separately.From linq2db/linq2db#2113 (comment).
The text was updated successfully, but these errors were encountered: