[pgjdbc/pgjdbc] 00fa44: fix: NPE as a result of calling executeQuery twice...

Dave Cramer <[email protected]> Mon, 18 Nov 2019 07:29:24 -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: 00fa448587532cc219977679bb8c573a1dcae11c
      https://github.com/pgjdbc/pgjdbc/commit/00fa448587532cc219977679bb8c573a1dcae11c
  Author: Dave Cramer <[email protected]>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgStatement.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/CloseOnCompletionTest.java

  Log Message:
  -----------
  fix: NPE as a result of calling executeQuery twice on a statement fixes issue #684 (#1610)