-
Notifications
You must be signed in to change notification settings - Fork 132
Bug: Typed "UpdateAsync" fails for composite key table #493
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingdeployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.priorityTop priority feature or things to doTop priority feature or things to dotodoThings to be done in the futureThings to be done in the future
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdeployedFeature or bug is deployed at the current releaseFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.The bug, issue, incident has been fixed.priorityTop priority feature or things to doTop priority feature or things to dotodoThings to be done in the futureThings to be done in the future
I am using package
FluentMigrator.Runner.SqlServerversion3.2.7The following code:
`dbo` Model
Fails with error
Microsoft.Data.SqlClient.SqlException (0x80131904): The variable name '@SettingCollectionKey' has already been declared. Variable names must be unique within a query batch or stored procedure.A workaround is using the non-typed
UpdateAsyncoverloadWorkaround
Possibly related: #485