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

Add IP address preference support for TCP connection #1015

Merged
merged 29 commits into from
May 17, 2021

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    612f259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2314a55 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

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

Commits on Mar 26, 2021

  1. Add keyword in netfx

    karinazhou committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5ca9b4a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Add IP preference logic

    karinazhou committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    444ab9b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Fix incorrect description

    karinazhou committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    ce608d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Apply suggestions from code review

    Co-authored-by: David Engel <dengel1012@gmail.com>
    karinazhou and David-Engel authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    673dc39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f27eb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d42d26 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

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

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    37a0b77 View commit details
    Browse the repository at this point in the history
  2. Update SNITcpHandle.cs

    johnnypham committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    0b6c0e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 30, 2021

  1. Improvement

    Davoud Eshtehari committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b5a625b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'UpStream/main' into IPAddressPreference

    # Conflicts:
    #	src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTesting.Tests.csproj
    Davoud Eshtehari committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0cf2304 View commit details
    Browse the repository at this point in the history
  3. Add new configurations

    Davoud Eshtehari committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5642e74 View commit details
    Browse the repository at this point in the history
  4. Revert "Add new configurations"

    This reverts commit 5642e74.
    Davoud Eshtehari committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e8b3ca4 View commit details
    Browse the repository at this point in the history
  5. Update default config

    Davoud Eshtehari committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ac69f38 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Add test

    Davoud Eshtehari committed May 7, 2021
    Configuration menu
    Copy the full SHA
    16935d4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    ee3dbd3 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Javad <v-jarahn@microsoft.com>
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    3 people authored May 11, 2021
    Configuration menu
    Copy the full SHA
    4a1d7f7 View commit details
    Browse the repository at this point in the history
  3. Address comments

    + improvement
    Davoud Eshtehari committed May 11, 2021
    Configuration menu
    Copy the full SHA
    c71143c View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra authored May 11, 2021
    Configuration menu
    Copy the full SHA
    8464adb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Address comments

    Davoud Eshtehari committed May 13, 2021
    Configuration menu
    Copy the full SHA
    ebbc42b View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    DavoudEshtehari authored and Davoud Eshtehari committed May 13, 2021
    Configuration menu
    Copy the full SHA
    12ff426 View commit details
    Browse the repository at this point in the history
  3. Address comments

    + modify CancelAsyncConnections test
    Davoud Eshtehari committed May 13, 2021
    Configuration menu
    Copy the full SHA
    a2bc385 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Update doc/snippets/Microsoft.Data.SqlClient/SqlConnectionIPAddressPr…

    …eference.xml
    
    Co-authored-by: Cheena Malhotra <v-chmalh@microsoft.com>
    DavoudEshtehari and cheenamalhotra authored May 14, 2021
    Configuration menu
    Copy the full SHA
    0f27fde View commit details
    Browse the repository at this point in the history
  2. Address comments

    + Disable TNIR in connection string
    Davoud Eshtehari committed May 14, 2021
    Configuration menu
    Copy the full SHA
    019fce0 View commit details
    Browse the repository at this point in the history