Thread: [pgjdbc/pgjdbc] 05b129: Pull fixes for PR#2556 into master (#2826)

[pgjdbc/pgjdbc] 05b129: Pull fixes for PR#2556 into master (#2826)

From
Dave Cramer
Date:
Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 05b129fedd866afc7fd41c6d8a266d231fbca1f4
      https://github.com/pgjdbc/pgjdbc/commit/05b129fedd866afc7fd41c6d8a266d231fbca1f4
  Author: Dave Cramer <davecramer@gmail.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/core/Oid.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/TypeInfoCache.java
    M pgjdbc/src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
    M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java

  Log Message:
  -----------
  Pull fixes for PR#2556 into master (#2826)

* Add box to TypeInfoCache, fixes Issue #2746 (#2747)

* use semi-colon delimiter for box type

* fix: fix testGetSQLTypeQueryCache by searching for xid type. We used to search for box type but it is now cached
(#2810)

fix: OidValueCorrectnessTest BOX_ARRAY OID, by adding BOX_ARRAY to the oidTypeName map