[pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException when using the...

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException when using the...
Date: 2018-02-18 11:33:34
Message-ID: 5a89648e1226_43822ac711577bfc1478b7@hookshot-fe-da92815.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: 45c32bc6af2e140ff86dabd718344c74fc244394
https://github.com/pgjdbc/pgjdbc/commit/45c32bc6af2e140ff86dabd718344c74fc244394
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2018-02-18 (Sun, 18 Feb 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java
M pgjdbc/src/main/java/org/postgresql/core/v3/SimpleQuery.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/UpdateableResultTest.java

Log Message:
-----------
fix: ArrayIndexOutOfBoundsException when using the same SQL for regular and updateable resultset (#1123)

fixes #1116

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2018-02-19 15:52:33 JDBC driver returns different version strings on Ubuntu and CentOS
Previous Message Dave Cramer 2018-02-15 20:56:15 [pgjdbc/pgjdbc] a8ef9f: Update documentation.md