chore(deps): update dependency microsoft.data.sqlclient to 7.0.1#464
Merged
renovate[bot] merged 1 commit intomainfrom Apr 24, 2026
Merged
chore(deps): update dependency microsoft.data.sqlclient to 7.0.1#464renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #464 +/- ##
==========================================
+ Coverage 92.55% 92.68% +0.12%
==========================================
Files 164 164
Lines 6302 6302
Branches 561 561
==========================================
+ Hits 5833 5841 +8
+ Misses 310 302 -8
Partials 159 159 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
samtrion
approved these changes
Apr 24, 2026
Contributor
samtrion
left a comment
There was a problem hiding this comment.
Automated approval by NetEvolve.Socks (v1.0.0.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0→7.0.1Release Notes
dotnet/sqlclient (Microsoft.Data.SqlClient)
v7.0.1This update brings the following changes since the 7.0.0 release.
See the full release notes for detailed descriptions.
Fixed
Fixed
SqlBulkCopyfailing on SQL Server 2016 withInvalid column name 'graph_type'error by using dynamic SQL to extract column names.(#3714,
#4092,
#4147)
Fixed
SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL pools by usingSTRING_AGGfor the column-list query when targeting Synapse.(#4149,
#4176,
#4182)
Fixed
SqlDataReader.GetFieldType()andGetProviderSpecificFieldType()returning incorrect type for vector float32 columns.(#4104,
#4105,
#4152)
Added missing
System.Data.Common(v4.3.0) NuGet package dependency for .NET Framework consumers to resolveCS0012compilation errors.(#4063,
#4074)
Changed
Enabled the User Agent TDS feature extension unconditionally; removed the
Switch.Microsoft.Data.SqlClient.EnableUserAgentAppContext switch.(#4124,
#4154)
Added type forwards from the core assembly to public types moved to
Microsoft.Data.SqlClient.Extensions.Abstractions.(#4067,
#4117)
Fixed API documentation include paths and duplicate doc snippets.
(#4084,
#4086,
#4107,
#4161)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.