Обсуждение: [pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException whenusing the...

Поиск
Список
Период
Сортировка

[pgjdbc/pgjdbc] 45c32b: fix: ArrayIndexOutOfBoundsException whenusing the...

От
Vladimir Sitnikov
Дата:
  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