Thread: [pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885)

[pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885)

From
Andrew Dunstan
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 4961557d1f96c1f5395976595644e496c5e94593
      https://github.com/pgjdbc/pgjdbc/commit/4961557d1f96c1f5395976595644e496c5e94593
  Author: Andrew Dunstan <andrew.dunstan@2ndQuadrant.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc42/Jdbc42CallableStatementTest.java

  Log Message:
  -----------
  Allow setNull with a REF_CURSOR type (#1885)

* Allow setNull with a REF_CURSOR type

* Add test case for setNull with REF_CURSOR type.