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: lib/pq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.5
Choose a base ref
...
head repository: lib/pq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.6
Choose a head ref
  • 10 commits
  • 9 files changed
  • 7 contributors

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    b3b8332 View commit details
    Browse the repository at this point in the history
  2. fix CopyData comment

    otan committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    326e7d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1078 from otan-cockroach/copydata

    fix CopyData comment
    rafiss authored Apr 12, 2022
    Configuration menu
    Copy the full SHA
    da91844 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Added code that accounts for the 'Z' timezone separator in the ParseT…

    …imestamp func. (#1073)
    
    Co-authored-by: Stephan van Zwienen <s.vanzwienen@zwinq.com>
    stephanvanzwienen and StephanWVZ authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    006a3f4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. error: add SQLState

    SQLState is also implemented in pgx.
    This change allow to get the SQL state without importing lib/pq, see
    for example here
    
    https://github.com/cockroachdb/cockroach-go/blob/e1659d1d3580897bce4cea1181724872d792ce53/crdb/tx.go#L232
    drakkan committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ef3111e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

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

Commits on May 11, 2022

  1. Merge pull request #1080 from drakkan/sqlstate

    error: add SQLState
    rafiss authored May 11, 2022
    Configuration menu
    Copy the full SHA
    30d9faf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1082 from johanneswuerbach/connector-dialer

    feat: change the connector dialer
    rafiss authored May 11, 2022
    Configuration menu
    Copy the full SHA
    54a3a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8917fa View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Merge pull request #1081 from catj-cockroach/add-kubernetes-secret-su…

    …pport
    
    adds support for kubernetes mounted private keys
    rafiss authored May 16, 2022
    Configuration menu
    Copy the full SHA
    8c6de56 View commit details
    Browse the repository at this point in the history
Loading