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: pgjdbc/pgjdbc Loading
base: REL42.2.3
Choose a base ref
...
head repository: pgjdbc/pgjdbc Loading
compare: REL42.2.4
Choose a head ref
  • 12 commits
  • 16 files changed
  • 6 contributors

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    57356d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b0356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    985b63b View commit details
    Browse the repository at this point in the history
  4. Fixed typo in CHANGELOG.md (#1249)

    ckotzbauer authored and davecramer committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b20df91 View commit details
    Browse the repository at this point in the history
  5. also fix spelling of error

    davecramer committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    b0162c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. packaging: sync RPM spec with Fedora Rawhide

    - don't distribute parent-poms as RPM
    - create package alias 'pgjdbc', could be renamed in future
    - provide /usr/share/maven-poms/postgresql.pom
    praiskup committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    cc545d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. Configuration menu
    Copy the full SHA
    776e171 View commit details
    Browse the repository at this point in the history
  2. fix: setNull for types not in java.sql.Types (e.g. uuid) (#1160)

    Fix PreparedStatement.setNull(pos, type, pgtype)
    
    This enables to pass nulls for uuids like
    "where ? is null"; setNull(1, Types.OTHER, "uuid");
    
    fixes #1159
    davecramer authored and vlsi committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    6287c95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4668f43 View commit details
    Browse the repository at this point in the history
  4. fix: map integrity constraint violation to XA_RBINTEGRITY instead of …

    …XAER_RMFAIL (#1175)
    
    fixes #1171
    janvdbergh authored and vlsi committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    f2d1352 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11cd27b View commit details
    Browse the repository at this point in the history
  6. [maven-release-plugin] prepare release REL42.2.4

    pgjdbc CI committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    b3821ba View commit details
    Browse the repository at this point in the history
Loading