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

Python DB API 2.0 driver #30

Closed
wants to merge 11 commits into from
Closed

Python DB API 2.0 driver #30

wants to merge 11 commits into from

Commits on May 3, 2023

  1. Add db api 2.0: connections

    laodouya committed May 3, 2023
    Configuration menu
    Copy the full SHA
    baeee52 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Merge branch 'chdb-io:pybind' into pybind

    laodouya authored May 7, 2023
    Configuration menu
    Copy the full SHA
    2b7efb7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Add cursors for db api

    laodouya committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4762357 View commit details
    Browse the repository at this point in the history
  2. Fix db driver column decode

    laodouya committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7c7bc60 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Add arm64 for darwin clang

    laodouya committed May 11, 2023
    Configuration menu
    Copy the full SHA
    cf51fa4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Move dbapi location

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8d88155 View commit details
    Browse the repository at this point in the history
  2. Use brew --prefix for brew install location

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2008195 View commit details
    Browse the repository at this point in the history
  3. Add example for dbapi

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a4e50fb View commit details
    Browse the repository at this point in the history
  4. Fix brew_prefix for llvm

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b7dc44d View commit details
    Browse the repository at this point in the history
  5. Remove unused import in setup.py

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    56a6fa0 View commit details
    Browse the repository at this point in the history
  6. Fix setup.py

    laodouya committed May 12, 2023
    Configuration menu
    Copy the full SHA
    75353c6 View commit details
    Browse the repository at this point in the history