[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/nodejs-bigquery
base: v6.1.0
Choose a base ref
...
head repository: googleapis/nodejs-bigquery
compare: v6.2.0
Choose a head ref
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Feb 14, 2023

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

Commits on Mar 9, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 16, 2023

  1. chore: store nodejs build artifacts in placer (#1194)

    Source-Link: googleapis/synthtool@3602660
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:e6d785d6de3cab027f6213d95ccedab4cab3811b0d3172b78db2216faa182e32
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 16, 2023
    Copy the full SHA
    c8fba1a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. feat: add support for microseconds precision (#1192)

    Parses timestamps from the backend ( that arrives as a float64 ) using the [@google-cloud/precise-date](https://www.npmjs.com/package/@google-cloud/precise-date) lib to support microsecond resolution.
    
    Example output:
    ```
    const bigquery = new BigQuery();
    const [rows] = await bigquery.query({
      query: 'SELECT TIMESTAMP("2014-09-27 12:30:00.123456Z")',
    });
    console.log(JSON.stringify(rows));
    // [{"f0_":{"value":"2014-09-27T12:30:00.123456000Z"}}]
    ```
    
    Fixes #6
    alvarowolfx committed Mar 17, 2023
    Copy the full SHA
    b5801a6 View commit details
    Browse the repository at this point in the history
  2. fix: pass Query.wrapIntegers to job.getQueryResults (#1191)

    `Query.wrapIntegers` was being ignored and not passed to `job.getQueryResults` when used in `bigquery.query`.
    alvarowolfx committed Mar 17, 2023
    Copy the full SHA
    fb13510 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore: remove autoassignment (#1197)

    We use a common triage across the BQ SDK team, and auto-assigning to a specific user conflicts with that.  Removes blunderbuss rules forcing issues to be assigned to a specific contributor.
    shollyman committed Mar 20, 2023
    Copy the full SHA
    8ec728b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Copy the full SHA
    c7c2ba1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.2.0 (#1189)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Mar 22, 2023
    Copy the full SHA
    71dbed2 View commit details
    Browse the repository at this point in the history