[pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException whenusing the... - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject [pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException whenusing the...
Date
Msg-id 5a89648e1226_43822ac711577bfc1478b7@hookshot-fe-da92815.cp1-iad.github.net.mail
Whole thread Raw
List 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.vladimir@gmail.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



pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc] a8ef9f: Update documentation.md
Next
From: Thomas Kellerer
Date:
Subject: JDBC driver returns different version strings on Ubuntu and CentOS