From: | Dave Cramer <noreply(at)github(dot)com> |
---|---|
To: | pgsql-jdbc(at)lists(dot)postgresql(dot)org, pgsql-jdbc-commits(at)lists(dot)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] 3d13b4: fix: fix testGetSQLTypeQueryCache by searching for... |
Date: | 2023-02-15 14:24:20 |
Message-ID: | pgjdbc/pgjdbc/push/refs/heads/release/42.5.x/24e9ce-3d13b4@github.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc-commits |
Branch: refs/heads/release/42.5.x
Home: https://github.com/pgjdbc/pgjdbc
Commit: 3d13b43983edac8c37b8633e83e6d3dd8b503edc
https://github.com/pgjdbc/pgjdbc/commit/3d13b43983edac8c37b8633e83e6d3dd8b503edc
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M pgjdbc/src/test/java/org/postgresql/core/OidValuesCorrectnessTest.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/DatabaseMetaDataCacheTest.java
Log Message:
-----------
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
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2023-02-15 14:44:15 | [pgjdbc/pgjdbc] df092e: Update docs to reflect changes from 42.5.3 (#2811) |
Previous Message | Dave Cramer | 2023-02-15 13:45:22 | [pgjdbc/pgjdbc] 24e9ce: Make sure that github CI runs tests on all PRs (#2... |