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

Fix | TDS RPC error on large queries in SqlCommand.ExecuteReaderAsync #1936

Merged
merged 8 commits into from
Mar 21, 2023

Commits on Feb 24, 2023

  1. Fix the TDS RPC Parameter 2 (''): Data type 0x00 is unknown error due…

    … to the extra bytes written in TDS Packet during async reader
    lcheunglci committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    baf679f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    ea14d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    32a9c63 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    7e0d041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8ff96 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Apply suggestions from code review

    Co-authored-by: DavoudEshtehari <[email protected]>
    lcheunglci and DavoudEshtehari authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b037d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c676ba View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    670ad5e View commit details
    Browse the repository at this point in the history