Skip to content
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

feat: allow using existing OAuth token for JDBC connection #37

Merged
merged 6 commits into from Jan 22, 2020

Commits on Jan 21, 2020

  1. feat: allow using existing OAuth token for JDBC connection

    Allow the user to specify an existing OAuth token to use for a JDBC connection,
    instead of requiring the user to specify a credentials file or using the default
    credentials of the environment.
    
    Fixes #29
    olavloite committed Jan 21, 2020
    Copy the full SHA
    72c6891 View commit details
    Browse the repository at this point in the history
  2. tests: fix test cases

    olavloite committed Jan 21, 2020
    Copy the full SHA
    04b7037 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused method

    olavloite committed Jan 21, 2020
    Copy the full SHA
    cb1f462 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b0fd3f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Copy the full SHA
    4d85ffe View commit details
    Browse the repository at this point in the history
  2. fix: fix faulty merge

    olavloite committed Jan 22, 2020
    Copy the full SHA
    b9e116e View commit details
    Browse the repository at this point in the history