Skip to content

Conversation

roji
Copy link
Member

@roji roji commented Jul 26, 2025

/cc @artl93

@roji roji requested a review from a team July 26, 2025 08:22
@roji roji enabled auto-merge (squash) July 26, 2025 08:22
@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 26, 2025

Will it be possible to compare the SQL functional test time to completion?

@roji
Copy link
Member Author

roji commented Jul 26, 2025

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" />
Copy link
Member Author

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
Copy link
Member Author

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.

@ErikEJ
Copy link
Contributor

ErikEJ commented Jul 26, 2025

@roji Let me just do that!

@roji roji assigned roji and AndriySvyryd and unassigned AndriySvyryd Jul 27, 2025
@roji roji merged commit 3c9fa43 into dotnet:main Jul 28, 2025
7 checks passed
@roji roji deleted the SqlClient branch July 28, 2025 11:22
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.

4 participants