-
Notifications
You must be signed in to change notification settings - Fork 336
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
MySqlBulkLoader inside Transaction throws InvalidOperationException #300
Comments
I thought I had read in the MySQL manual that |
Fixed in 0.24.0. |
@bgrainger @alextruhan looks the issue again opened in 0.31.0, check again. |
The previous bug fix was dependent on the order of creation of |
Should be fixed in 0.31.1. If not, please open a new issue with sample code to reproduce the problem. |
Invokation of MySqlBulkLoader.Load() inside Transaction throws InvalidOperationException with message "The transaction associated with this command is not the connection's active transaction.".
Due to code from MySqlBulkLoader.LoadAsync
And code from MySqlCommand.IsValid
And
This exception will be throw always when MySqlBulkLoader.Load will be invoked inside transaction.
There are some workarounds to fix this issue?
Or do I do something wrong?
The text was updated successfully, but these errors were encountered: