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 (3) #2168

Merged
merged 11 commits into from Nov 28, 2023

Commits on Sep 25, 2023

  1. 1. Merging "Buffer read" methods of TdsParserStateObject, port dotnet…

    …#667 to netfx. Replaced Thread.MemoryBarrier usage of netfx with Interlocked.MemoryBarrier.
    panoskj committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    22f6c48 View commit details
    Browse the repository at this point in the history
  2. 1. Merging "Buffer read" methods of TdsParserStateObject, port dotnet…

    …#667 to netfx. Replaced Thread.MemoryBarrier usage of netfx with Interlocked.MemoryBarrier.
    panoskj committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    baebec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bebf28c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc8c29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d1c0eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    342e411 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74f5df3 View commit details
    Browse the repository at this point in the history
  8. 5. Code formatting.

    panoskj committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    674496f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    962f8c8 View commit details
    Browse the repository at this point in the history
  10. 6. Optional refactoring that reduces #if directives in merged TdsPars…

    …erStateObject also benefits merged SqlInternalTransaction.
    panoskj committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9b98c8e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'main' into MergeTdsParserStateObject-3

    # Conflicts:
    #	src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParserStateObject.netcore.cs
    #	src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsParserStateObject.cs
    panoskj committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ca8eebd View commit details
    Browse the repository at this point in the history