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(bigquery): support nullable params and geography params #4225

Merged
merged 6 commits into from Jun 17, 2021

Commits on May 29, 2021

  1. feat(bigquery): support nullable params, geography params

    Details:
    * Support the passing of Null<type> values for query parameters.
    
    * Add support for GEOGGRAPHY param type, which was added after the initial
      GEOGRAPHY type support launched.
    
    This PR made possible by a couple of cross-country flights without wifi.
    shollyman committed May 29, 2021
    Copy the full SHA
    72a80c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Copy the full SHA
    002852f View commit details
    Browse the repository at this point in the history
  2. update TODO

    shollyman committed Jun 7, 2021
    Copy the full SHA
    b9e89c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. in flight commit

    shollyman committed Jun 14, 2021
    Copy the full SHA
    eaa5bd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Copy the full SHA
    c6e270d View commit details
    Browse the repository at this point in the history
  2. cleanup, improve comments

    shollyman committed Jun 16, 2021
    Copy the full SHA
    145c435 View commit details
    Browse the repository at this point in the history