-
Notifications
You must be signed in to change notification settings - Fork 567
Add DATETIME, TIME, and BYTES query parameters #1100
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
Conversation
|
Here are how the BigQuery Query Parameter types map to Ruby types:
|
|
@blowmage I will update this PR with additional documentation as you described above for data types. Thank you! |
Markdown doesn't like double backticks. Use HTML instead.
Both TIMESTAMP and DATETIME use up to six fractional digits.
1d39cba to
fa56fe6
Compare
Change Google Cloud BigQuery to Google BigQuery.
Add table for query params data types. [refs googleapis#1099]
|
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
|
I am okay with these commits being contributed to Google. |
quartzmo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will need to find a way to run acceptance tests for data types such as these time values, but let's move ahead with this PR.
|
Yay! |
Add DATETIME, TIME, and BYTES data types.
[closes #1099]