[pgjdbc/pgjdbc] 7bfff7: fix: make sure we select array_in from pg_catalog ...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 7bfff7: fix: make sure we select array_in from pg_catalog ...
Date: 2022-09-20 16:46:19
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/036a30-7bfff7@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 7bfff7aa9dbab549036fecd2d057d33bc4ef8144
https://github.com/pgjdbc/pgjdbc/commit/7bfff7aa9dbab549036fecd2d057d33bc4ef8144
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2022-09-20 (Tue, 20 Sep 2022)

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

Log Message:
-----------
fix: make sure we select array_in from pg_catalog to avoid duplicate array_in functions fixes #Issue 2548 (#2552)

* fix: make sure we select array_in from pg_catalog to avoid duplicate array_in functions fixes #Issue 2548

* dont run tests for versions less than 10

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2022-09-23 09:48:38 [pgjdbc/pgjdbc] 818ef6: clarify prepared statement usage (#2629)
Previous Message Dave Cramer 2022-09-19 16:44:00 [pgjdbc/pgjdbc] 036a30: fix grammar, fix downloads, minor edits (#2626)