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

[ADBC] Add support for windows. #9357

Merged
merged 42 commits into from Dec 6, 2023
Merged

[ADBC] Add support for windows. #9357

merged 42 commits into from Dec 6, 2023

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    85084db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8727f81 View commit details
    Browse the repository at this point in the history
  3. Adjust python tests

    pdet committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7099408 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. format tests

    pdet committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4f9fa42 View commit details
    Browse the repository at this point in the history
  2. run pwsh

    pdet committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1195fa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. can we just run this?

    pdet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e0c8e2c View commit details
    Browse the repository at this point in the history
  2. finding path? what breaks?

    pdet committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b3390c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. set env directly

    pdet committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    51b7a74 View commit details
    Browse the repository at this point in the history
  2. Check if this variable is set

    pdet committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fd6cdb9 View commit details
    Browse the repository at this point in the history
  3. try set test for each os

    pdet committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    87da024 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    414bdca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43dd5f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. try top status code def

    pdet committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f6011fe View commit details
    Browse the repository at this point in the history
  2. fix release error

    pdet committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    871306c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    a8f1993 View commit details
    Browse the repository at this point in the history
  2. ubsan on pointer mismatch

    pdet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b2444fc View commit details
    Browse the repository at this point in the history
  3. get schema function signature

    pdet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0e96849 View commit details
    Browse the repository at this point in the history
  4. remove ze wrapper

    pdet committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ff9f85e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. grr

    pdet committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1db4267 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. function signature

    pdet committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2a26be2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Move to outside namespace

    pdet committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    036e09a View commit details
    Browse the repository at this point in the history
  2. move code def

    pdet committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9b7857c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    7268663 View commit details
    Browse the repository at this point in the history
  2. change ptr to ref

    pdet committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a2d815b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Fixing memory leaks

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c8afb4b View commit details
    Browse the repository at this point in the history
  2. More on memory leak fixes

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    dd8eec3 View commit details
    Browse the repository at this point in the history
  3. format

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    3e90956 View commit details
    Browse the repository at this point in the history
  4. ubsan fix

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7a33fa7 View commit details
    Browse the repository at this point in the history
  5. merge

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ef44b4e View commit details
    Browse the repository at this point in the history
  6. fix c-api test

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4476a81 View commit details
    Browse the repository at this point in the history
  7. another sneaky ubsan

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ece0dc9 View commit details
    Browse the repository at this point in the history
  8. ubsan

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4c6440e View commit details
    Browse the repository at this point in the history
  9. fix windows test

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9723c96 View commit details
    Browse the repository at this point in the history
  10. Add patch

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d179447 View commit details
    Browse the repository at this point in the history
  11. more ubsan

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b58f184 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7f3190b View commit details
    Browse the repository at this point in the history
  13. test fix and ubsan

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2f36ec9 View commit details
    Browse the repository at this point in the history
  14. check substring match

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    56751ff View commit details
    Browse the repository at this point in the history
  15. grr

    pdet committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c3cc8c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. whitelist

    pdet committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2e3d3fe View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. merge

    pdet committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e09ca39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ae748 View commit details
    Browse the repository at this point in the history