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

Move to Shared for TdsEnums.cs #1483

Merged
merged 29 commits into from
Apr 6, 2022
Merged

Move to Shared for TdsEnums.cs #1483

merged 29 commits into from
Apr 6, 2022

Commits on Oct 25, 2021

  1. Add test coverage to SqlCollation for FirstSupportedCollationVersion …

    …and to verify out of range for LocaleId
    lcheunglci committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    b1d3720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92897eb View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    02a65c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c0a64 View commit details
    Browse the repository at this point in the history
  3. Add code coverage for SqlClientFactory covering CreateDataSourceEnume…

    …rator and GetService for netfx and CreateCommandBuilder for both
    lcheunglci committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    60172e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

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

Commits on Oct 29, 2021

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

Commits on Nov 1, 2021

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

Commits on Nov 17, 2021

  1. remove unnecessary asserts

    Johnny Pham committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8b5ee21 View commit details
    Browse the repository at this point in the history
  2. Update Microsoft.Data.SqlClient.csproj

    Johnny Pham committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b0ba491 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    7bce454 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    cd4aea7 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2c09672 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    965ce94 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7179deb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    e67ad3f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b435719 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ec1b93e View commit details
    Browse the repository at this point in the history
  2. Merge netfx into netcore for TdsEnums.cs

    lcheunglci authored and Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7230951 View commit details
    Browse the repository at this point in the history
  3. Move TdsEnums.cs from netcore to shared src and update references in …

    …the csprojs
    lcheunglci authored and Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    11ae6b4 View commit details
    Browse the repository at this point in the history
  4. Fix compiler error due to updated relative path to the documentation …

    …and fix netfx build due to typo in enum
    lcheunglci authored and Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7fd2b1f View commit details
    Browse the repository at this point in the history
  5. Update file to conform to coding style cleaning up IDE0090

    lcheunglci authored and Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    10b4e18 View commit details
    Browse the repository at this point in the history
  6. case typo in variable name

    Johnny Pham committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    68610dd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. test new CI

    Johnny Pham committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fc5f0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847f669 View commit details
    Browse the repository at this point in the history
  3. Update TdsEnums.cs

    Johnny Pham committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f8e6f2e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Revert "test new CI"

    This reverts commit fc5f0b8.
    Johnny Pham committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    1a503a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Merge remote-tracking branch 'upstream/main'

    Johnny Pham committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4db3f97 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge branch 'main' into merge-tdsenums

    Johnny Pham committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    1d4a9ca View commit details
    Browse the repository at this point in the history