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 (4) #2254

Merged
merged 19 commits into from Jan 17, 2024

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    40d1351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae8c3f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add RuntimeHelpers.PrepareConstrainedRegions stub in TdsParserStateOb…

    …ject.netcore.cs (similarly to TdsParser.ReliabilitySection.Assert). Add "missing" calls to these two methods.
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fde2178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53e4333 View commit details
    Browse the repository at this point in the history
  3. Add "missing" RuntimeHelpers.PrepareConstrainedRegions with try/final…

    …ly in TdsParserStateObject.netcore.cs.
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9076c6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cedc2b5 View commit details
    Browse the repository at this point in the history
  5. Replace Thread.MemoryBarrier with Interlocked.MemoryBarrier in TdsPar…

    …serStateObject.netfx.cs.
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    40a355c View commit details
    Browse the repository at this point in the history
  6. Add PacketHandle as an alias of IntPtr in TdsParserStateObject.netfx.…

    …cs. Note IntPtr.Zero is equivalent to default(IntPtr).
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2a9558d View commit details
    Browse the repository at this point in the history
  7. Add TdsParserStateObjectFactory.UseManagedSNI, ReadSyncOverAsync and …

    …ReleasePacket in TdsParserStateObject.netfx.cs.
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6a8f0d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e22c4e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a9ba4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9b5585 View commit details
    Browse the repository at this point in the history
  11. Whitespace changes. Add a missing private access modifier in TdsParse…

    …rStateObject.netfx.cs.
    panoskj committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e6cb4ab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f14302 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 17, 2024

  1. Update src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsP…

    …arserStateObject.cs
    
    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    panoskj and DavoudEshtehari committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7ca012a View commit details
    Browse the repository at this point in the history
  2. Update src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsP…

    …arserStateObject.cs
    
    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    panoskj and DavoudEshtehari committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    832e378 View commit details
    Browse the repository at this point in the history
  3. Update src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/TdsP…

    …arserStateObject.cs
    
    Co-authored-by: DavoudEshtehari <61173489+DavoudEshtehari@users.noreply.github.com>
    panoskj and DavoudEshtehari committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    240e242 View commit details
    Browse the repository at this point in the history
  4. Removed dead code.

    panoskj committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    619bb4c View commit details
    Browse the repository at this point in the history