-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Upgrade to SqlClient 6.1.0 GA #36441
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
Conversation
Will it be possible to compare the SQL functional test time to completion? |
We can always do a simple manual run offline, that's likely more reliable anyway than looking at CI times - do you want to do that? |
@@ -50,7 +50,6 @@ | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Data.SqlClient" /> | |||
<PackageReference Include="Microsoft.SqlServer.Types" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this in #36383 under the mistaken impression that the new SqlVector type lives in Microsoft.SqlServer.Types, but it seems to be in Microsoft.Data.SqlClient - so reverting.
: y is not null && (x.IsNull | ||
? y.IsNull | ||
: !y.IsNull && x.Memory.Span == y.Memory.Span); | ||
=> x is SqlVector<float> v1 && y is SqlVector<float> v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that SqlVector was changed to be a readonly struct in the GA version of SqlClient.
@roji Let me just do that! |
/cc @artl93