[pgjdbc/pgjdbc] c85b14: Add Binary Support for Oid.NUMERIC and Oid.NUMERIC...

Mahmoud Bahaa <[email protected]> Fri, 06 Dec 2019 02:52:15 -0800
Newsgroups gmane.comp.db.postgresql.jdbc
Message-ID <pgjdbc/pgjdbc/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: c85b149d68c30ede0559d4bff6bc616ec03b2517
      https://github.com/pgjdbc/pgjdbc/commit/c85b149d68c30ede0559d4bff6bc616ec03b2517
  Author: Mahmoud Bahaa <[email protected]>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgArray.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgConnection.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java
    M pgjdbc/src/main/java/org/postgresql/util/ByteConverter.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/PreparedStatementTest.java

  Log Message:
  -----------
  Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY (#1636)

* Add Binary Support for Oid.NUMERIC and Oid.NUMERIC_ARRAY

* Adding test cases for binary support for Oid.NUMERIC

* Fix Oid.NUMERIC_ARRAY binary format

* Fix java docs for numeric functions in ByteConverter

* remove Short.BYTES as it doesn't exist in jre6 and jre7