-
Notifications
You must be signed in to change notification settings - Fork 141
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
DbAdapter = DbAdapter.MySql ignored #116
Comments
I think the problem is this line of code: https://github.com/jbogard/Respawn/blob/master/Respawn/Respawner.cs#L27 |
Yeah that’s it, I can throw an exception in that case. That overload only supports SQL Server.On Feb 19, 2023, at 9:37 AM, Dave Roman ***@***.***> wrote:
I think the problem is this line of code: https://github.com/jbogard/Respawn/blob/master/Respawn/Respawner.cs#L27
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Any news on this? It's breaking the adapter functionality :( |
Here's how I managed to work around this issue:
|
Thank you! This indeed seems to fix the connection. My tests still failing due duplicate or not existing records. But that's probably a different issue |
I'm getting a Microsoft.Data.SqlClient.SqlException when trying to perform a Respawner.CreateAsync action as below:
For some reason respawner attempts to make a SQLServer connection; however nowhere in the project is SQLServer used.
Version: Respawn 6.0.0
The text was updated successfully, but these errors were encountered: