[pgjdbc/pgjdbc] 9b8a3f: fix: issue 716 getTypeInfo() may not return data i...

Dave Cramer <[email protected]> Tue, 12 Nov 2019 14:03:54 -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: 9b8a3ffd8a952a55be28d14cb80a23fdbb955133
      https://github.com/pgjdbc/pgjdbc/commit/9b8a3ffd8a952a55be28d14cb80a23fdbb955133
  Author: Dave Cramer <[email protected]>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java
    M pgjdbc/src/main/java/org/postgresql/util/ByteConverter.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc4/DatabaseMetaDataTest.java

  Log Message:
  -----------
  fix: issue 716 getTypeInfo() may not return data in the order specified in Oracle documentation (#1506)

this replaces PR #910 as it was stale and easier to replace than fix. Original work by @zemian