[pgjdbc/pgjdbc] 279fb4: fix: always return Short[] for java.sql.Array.getA...

From: Thach Hoang <thachhoang(at)users(dot)noreply(dot)github(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 279fb4: fix: always return Short[] for java.sql.Array.getA...
Date: 2017-11-15 19:30:25
Message-ID: 5a0c95d15094c_6893fafd4b6bc3c574df@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: 279fb435b392114c45266ecef901bfd59470842a
https://github.com/pgjdbc/pgjdbc/commit/279fb435b392114c45266ecef901bfd59470842a
Author: Thach Hoang <thachhoang(at)users(dot)noreply(dot)github(dot)com>
Date: 2017-11-15 (Wed, 15 Nov 2017)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgArray.java
M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/ArrayTest.java

Log Message:
-----------
fix: always return Short[] for java.sql.Array.getArray() on smallint[] (#1017)

fixes #420

Browse pgsql-jdbc by date

  From Date Subject
Next Message rob stone 2017-11-16 00:30:06 Re: Error 'Received resultset tuples, but no field structure for them' on queries subsequent to an error
Previous Message Christina Simpson 2017-11-15 17:24:45 Error 'Received resultset tuples, but no field structure for them' on queries subsequent to an error