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! Issues that are bugs in the drivers we maintain. Area\Netfx Issues that are apply only to .NET Framework or the 'netfx' project folder. 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
Area\Netfx Issues that are apply only to .NET Framework or the 'netfx' project folder. 🐛 Bug! Issues that are bugs in the drivers we maintain.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants