Skip to content

Fix derived parameters containing typename incorrectly - #1020

Merged
cheenamalhotra merged 3 commits into
dotnet:mainfrom
Wraith2:fix-deriveparameters
Apr 14, 2021
Merged

Fix derived parameters containing typename incorrectly#1020
cheenamalhotra merged 3 commits into
dotnet:mainfrom
Wraith2:fix-deriveparameters

Conversation

@Wraith2

@Wraith2 Wraith2 commented Apr 2, 2021

Copy link
Copy Markdown
Contributor

Fixes #1001

This ports the fix and tests from corefx. It does not port the SqlParameter flags and xml schema changes which are unrelated to this bug, those will be ported in a separate PR.

Comment thread src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtTest2.cs Outdated
Comment thread src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtTest2.cs Outdated
Comment thread src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtTest2.cs Outdated
Comment thread src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtTest2.cs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SqlCommandBuilder.DeriveParameters() incorrectly includes the database name in TypeName property values for SqlParameters for table-valued parameters

6 participants