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

Backport 3.1.x Fix | TDS RPC error on large queries in SqlCommand.ExecuteReaderAsync #1939

Merged

Conversation

lcheunglci
Copy link
Contributor

Backport of #1936, porting changes from netcore and netfx, addressing the following exception:

The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 2 (""): Data type 0x00 is unknown.

on VBS Enclaves for large queries in 3.1-servicing.

…ce per rpc request instead of once per parameter within the same rpc for async and add test to validate
@lcheunglci lcheunglci added this to the 3.1.3 milestone Mar 3, 2023
@lcheunglci lcheunglci added 🐛 Bug! Something isn't right ! netfx labels Mar 3, 2023
@lcheunglci lcheunglci merged commit 05473b8 into dotnet:3.1-servicing Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Something isn't right ! netfx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants