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

feat: Support passing struct data to the DB API #718

Merged
merged 26 commits into from Jul 1, 2021

Commits on Jun 22, 2021

  1. Copy the full SHA
    586a022 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Copy the full SHA
    13f9107 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aea7bae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f26130 View commit details
    Browse the repository at this point in the history
  4. Verify that we can bind non-parameterized types

    (In fact, we can't bind with parametrized types.)
    jimfulton committed Jun 23, 2021
    Copy the full SHA
    c386448 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    71c8614 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6f5b345 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e08f6f6 View commit details
    Browse the repository at this point in the history
  8. blacken

    jimfulton committed Jun 23, 2021
    Copy the full SHA
    411c336 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ef2b323 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    654b108 View commit details
    Browse the repository at this point in the history
  11. blacken

    jimfulton committed Jun 23, 2021
    Copy the full SHA
    525b8fd View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    462f2eb View commit details
    Browse the repository at this point in the history
  13. merge upstream

    jimfulton committed Jun 23, 2021
    Copy the full SHA
    904d2ce View commit details
    Browse the repository at this point in the history
  14. Revert "remove type hints -- maybe they broke docs?"

    This reverts commit 462f2eb.
    jimfulton committed Jun 23, 2021
    Copy the full SHA
    a6393e6 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    e63e8b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Copy the full SHA
    2f2bdcd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    91b0028 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    35555aa View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0d81b80 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'riversnake-dbi-struct-types' of github.com:googleapis/p…

    …ython-bigquery into riversnake-dbi-struct-types
    jimfulton committed Jun 24, 2021
    Copy the full SHA
    d3f959c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Copy the full SHA
    5554301 View commit details
    Browse the repository at this point in the history
  2. Improved the error for dict (structish) parameter values without expl…

    …icit struct type
    
    and also factored some repeated code
    jimfulton committed Jun 25, 2021
    Copy the full SHA
    8830113 View commit details
    Browse the repository at this point in the history
  3. blacken

    jimfulton committed Jun 25, 2021
    Copy the full SHA
    a72cafb View commit details
    Browse the repository at this point in the history
  4. removed repeated word

    jimfulton committed Jun 25, 2021
    Copy the full SHA
    cba9697 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Update google/cloud/bigquery/dbapi/_helpers.py

    Co-authored-by: Tim Swast <swast@google.com>
    jimfulton and tswast committed Jun 29, 2021
    Copy the full SHA
    12bd941 View commit details
    Browse the repository at this point in the history