Skip to content
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

[Release 1.1] Fix stored procedure issues introduced in v1.1.2 #545

Closed
wants to merge 3 commits into from

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Apr 27, 2020

Ports fix from PR #544 to 1.1-servicing

This PR revises fix introduced in #490 to address stored procedure concerns.
The check for _attentionSent is applicable for both TDS Tokens DONEPROC and DONE, whereas, we only want to conditionally work when DONE_ATTN bit is received, which is validated when HasReceivedAttention is populated in the same flow.

This seems like the right way to fix MARS TDS Header issue.

NuGet Package for testing:
Microsoft.Data.SqlClient.1.1.3-dev-pr545.nupkg.zip

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.

SqlDependency.Stop() in Microsoft.Data.SqlClient 1.1.2 doesn't remove stored procedure
1 participant