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

Merge common code bases for TdsParserStateObject.cs (2) #1844

Closed
wants to merge 23 commits into from

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    840af41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5429584 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d112701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f115d59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c3dfe2 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    6ae1321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5af755 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f7169 View commit details
    Browse the repository at this point in the history
  4. Merging TdsParserStateObject.ValidateSNIConnection method (note: chan…

    …ged behavior of CheckConnection for netfx, to make it same as netcore, affecting IsConnectionAlive).
    panoskj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7073564 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ddaeec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b2b2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81f549e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff3d22e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    567d0e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96c2e68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    32b2699 View commit details
    Browse the repository at this point in the history
  12. Merging StartSession, Cancel and ResetCancelAndProcessAttention metho…

    …ds of TdsParserStateObject.
    panoskj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c910c06 View commit details
    Browse the repository at this point in the history
  13. Merging DecrementPendingCallbacks and incrementPendingCallbacks metho…

    …ds of TdsParserStateObject.
    panoskj committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a720efa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. TdsParserStateObject: Removed unnecessary "#pragma warning disable". …

    …Removed unnecessary casts. Removed unnecessary assignment. Added readonly specifier where possible.
    panoskj committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6a89090 View commit details
    Browse the repository at this point in the history
  2. TdsParserStateObject: replaced some netfx fields with properties, to …

    …expose the same interface as netcore version. This helps merging other files, such as TdsParser.
    panoskj committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    aadf8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc0ceb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. TdsParserStateObject: Removed trailing whitespaces. Removed unnecessa…

    …ry assignments. Used discard to ignore out parameters, instead of an unused variable.
    panoskj committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    98bd515 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge remote-tracking branch 'remotes/origin/main' into MergeTdsParse…

    …rStateObject-2
    
    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObject.cs
    panoskj committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    2e2dab5 View commit details
    Browse the repository at this point in the history