dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
857 stars 287 forks source link

[5.2.3] | Advance column index to avoid double clean #2842

Closed mdaigle closed 2 months ago

cheenamalhotra commented 2 months ago

I don't think we should need to patch all previous stable releases for this bug, due to the nature of bug and it's impact and to prevent risk of regression. Unless someone asks for it specifically, users should be able to upgrade to newer version of SqlClient to get the fix.

cc @David-Engel