[pgjdbc/pgjdbc] 1e3702: fix: PgSQLXML setCharacterStream() results in null...

Dave Cramer <[email protected]> Fri, 15 Nov 2019 04:42:32 -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: 1e370263d2f59da04fd1f8fe55bb83afdc0a51dc
      https://github.com/pgjdbc/pgjdbc/commit/1e370263d2f59da04fd1f8fe55bb83afdc0a51dc
  Author: Dave Cramer <[email protected]>
  Date:   2019-11-15 (Fri, 15 Nov 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgSQLXML.java
    A pgjdbc/src/test/java/org/postgresql/jdbc/PgSQLXMLTest.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java

  Log Message:
  -----------
  fix: PgSQLXML setCharacterStream() results in null value  (#1608)

* fix: PgSQLXML setCharacterStream() results in null value fixes Issue #731