[pgjdbc/pgjdbc] 8f5e24: fix: don't attempt to read a SQLXML more than once...

From: Barnabas Bodnar <barnabas(dot)bodnar(at)ser(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 8f5e24: fix: don't attempt to read a SQLXML more than once...
Date: 2017-10-25 11:08:31
Message-ID: 59f070af9f4b6_742c3fc37bd67c24173919@hookshot-fe-92cdb05.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 8f5e2454185a929f1bc6ef66813d6681bb38e736
https://github.com/pgjdbc/pgjdbc/commit/8f5e2454185a929f1bc6ef66813d6681bb38e736
Author: Barnabas Bodnar <barnabas(dot)bodnar(at)ser(dot)de>
Date: 2017-10-25 (Wed, 25 Oct 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/XmlTest.java

Log Message:
-----------
fix: don't attempt to read a SQLXML more than once (#965)

fixes #964

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael 2017-10-25 12:43:47 [pgjdbc/pgjdbc] d28def: fix: trim trailing zeros in timestamp strings retu...
Previous Message zapov 2017-10-24 13:23:41 [pgjdbc/pgjdbc] 266ed6: fix: avoid integer overflow when sending large arg...