-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add support for query parameters #2776
Add support for query parameters #2776
Commits on Nov 28, 2016
-
Add 'ScalarQueryParameter' class.
Holds name, type, and value for scalar query parameters, and handles marshalling them to / from JSON representation mandated by the BigQuery API. Toward #2551.
Configuration menu - View commit details
-
Copy full SHA for 128db62 - Browse repository at this point
Copy the full SHA 128db62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3421d7a - Browse repository at this point
Copy the full SHA 3421d7aView commit details
Commits on Nov 29, 2016
-
Add 'ArrayQueryParameter' class.
Holds name, type, and value for array query parameters, and handles marshalling them to / from JSON representation mandated by the BigQuery API. Toward #2551.
Configuration menu - View commit details
-
Copy full SHA for 57c61c1 - Browse repository at this point
Copy the full SHA 57c61c1View commit details -
Add 'StructQueryParameter' class.
Holds name, types, and values for Struct query parameters, and handles marshalling them to / from JSON representation mandated by the BigQuery API. Toward #2551.
Configuration menu - View commit details
-
Copy full SHA for 6650c59 - Browse repository at this point
Copy the full SHA 6650c59View commit details -
Remove '_build_udf_resources' helper.
It is just a list comprehension, really.
Configuration menu - View commit details
-
Copy full SHA for fcff570 - Browse repository at this point
Copy the full SHA fcff570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e06228 - Browse repository at this point
Copy the full SHA 2e06228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968582f - Browse repository at this point
Copy the full SHA 968582fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b25ec - Browse repository at this point
Copy the full SHA 52b25ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9089907 - Browse repository at this point
Copy the full SHA 9089907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd7f76 - Browse repository at this point
Copy the full SHA 9fd7f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df82a0 - Browse repository at this point
Copy the full SHA 1df82a0View commit details
Commits on Nov 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6191ca6 - Browse repository at this point
Copy the full SHA 6191ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f5a58 - Browse repository at this point
Copy the full SHA 89f5a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ff964 - Browse repository at this point
Copy the full SHA a4ff964View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d451e - Browse repository at this point
Copy the full SHA d4d451eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f61970 - Browse repository at this point
Copy the full SHA 0f61970View commit details
Commits on Dec 1, 2016
-
Update docstring to show standard-SQL 'BOOL' type.
The back-end raises an exception when passed the 'BOOLEAN' type to define a query parameter. Addresses: #2776 (comment)
Configuration menu - View commit details
-
Copy full SHA for 524baf1 - Browse repository at this point
Copy the full SHA 524baf1View commit details
Commits on Dec 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4b2cb13 - Browse repository at this point
Copy the full SHA 4b2cb13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bdcd1 - Browse repository at this point
Copy the full SHA 99bdcd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132741a - Browse repository at this point
Copy the full SHA 132741aView commit details