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: tylertreat/BigQuery-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wizeline/BigQuery-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wz-development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 16, 2018

  1. Add parameterized query wrapper

    Diego Guzman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    e26a410 View commit details
    Browse the repository at this point in the history
  2. Update version number

    Diego Guzman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    5454795 View commit details
    Browse the repository at this point in the history
  3. [BAD-12] Escape single quotes in query parameters

    Diego Guzmán authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    5145a8a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. 2.0.0 bigquery timeout log (#3)

    * Remove OAuth cache discovery from google client library.
    This fix the warning:
    
     ImportError: file_cache is unavailable when using oauth2client >= 4.0.0
    
    And allow us to continue using the latest OAuth library versions
    
    * Add more details to the log when timeout error occurs
    juanitodread authored Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e527ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. replace unescaped single quote at the beginning of the string

    Alejandro García authored and Alejandro García committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c4e7999 View commit details
    Browse the repository at this point in the history
  2. removed prints

    Alejandro García authored and Alejandro García committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    68c806c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from wizeline/bots-2355-Fix-single-quotes-not-b…

    …eing-properly-escaped-in-ParemetrizedQuery
    Edgar Alejandro García authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    8c7fecc View commit details
    Browse the repository at this point in the history
Loading