[pgjdbc/pgjdbc] 6899a4: fix: NPE when calling setNull on a PreparedStateme...

Dave Cramer <[email protected]> Tue, 26 Nov 2019 10:37:56 -0800
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 6899a43dff735ab14a02bedea853266de768da50
      https://github.com/pgjdbc/pgjdbc/commit/6899a43dff735ab14a02bedea853266de768da50
  Author: Dave Cramer <[email protected]>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java

  Log Message:
  -----------
  fix: NPE when calling setNull on a PreparedStatement with no parameters (#1620)