-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
# Version 0.1.0.9000 | ||
# Version 0.2.0. | ||
|
||
* Computation of the SQL data type that corresponds to a given R object is now more robust against unknown classes. (#95, @krlmlr) | ||
* Compatiable with latest httr. | ||
|
||
* A data frame with full schema information is returned for zero-row results. (#88, @krlmlr) | ||
* Computation of the SQL data type that corresponds to a given R object | ||
is now more robust against unknown classes. (#95, @krlmlr) | ||
|
||
* A data frame with full schema information is returned for zero-row results. | ||
(#88, @krlmlr) | ||
|
||
* New `exists_table()`. (#91, @krlmlr) | ||
|
||
* New arguments `create_disposition` and `write_disposition` to `insert_upload_job()`. (#92, @krlmlr) | ||
* New arguments `create_disposition` and `write_disposition` to | ||
`insert_upload_job()`. (#92, @krlmlr) | ||
|
||
* Renamed option `bigquery.quiet` to `bigrquery.quiet`. (#89, @krlmlr) | ||
|
||
* New `format_dataset()` and `format_table()`. (#81, @krlmlr) | ||
|
||
* New `list_tabledata_iter()` that allows fetching a table in chunks of varying size. (#77, #87, @krlmlr) | ||
* New `list_tabledata_iter()` that allows fetching a table in chunks of | ||
varying size. (#77, #87, @krlmlr) | ||
|
||
* Add support for API keys via the `BIGRQUERY_API_KEY` environment variable. (#49) | ||
* Add support for API keys via the `BIGRQUERY_API_KEY` environment variable. | ||
(#49) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.