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

Fix x86 packing issues in System.Data.OleDb #33899

Merged
merged 9 commits into from
Mar 27, 2020
Merged

Fix x86 packing issues in System.Data.OleDb #33899

merged 9 commits into from
Mar 27, 2020

Commits on Mar 20, 2020

  1. fix x86 packing issues

    FreddyD authored and FreddyD committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    0d58cb0 View commit details
    Browse the repository at this point in the history
  2. revert unintentional change

    FreddyD authored and FreddyD committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1a28c9f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Fix formatting

    Fix formatting
    saurabh500 committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    1419b34 View commit details
    Browse the repository at this point in the history
  2. Inline static initializations

    Saurabh Singh committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    435296a View commit details
    Browse the repository at this point in the history
  3. Fix bugs in static intialization

    Saurabh Singh committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    6330571 View commit details
    Browse the repository at this point in the history
  4. Move all code to OleDbStruct.cs

    Saurabh Singh committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    90921e0 View commit details
    Browse the repository at this point in the history
  5. Rename the utility Type

    Saurabh Singh committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    6c6c43d View commit details
    Browse the repository at this point in the history
  6. Inlining method returns

    Saurabh Singh committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    282f1e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. add tests to test the x86 APIs

    Saurabh Singh committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    7f1e38a View commit details
    Browse the repository at this point in the history