[pgjdbc/pgjdbc] 888420: fix: Correct DatabaseMetaData.getFunctions() imple...

From: Zemian Deng <zemiandeng(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] 888420: fix: Correct DatabaseMetaData.getFunctions() imple...
Date: 2017-11-08 01:46:30
Message-ID: 5a0261f64f5f5_2ae83f859ff65c34101cb@hookshot-fe5-cp1-prd.iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 8884202b9e7785a1eaf67ddcd97f2ba689d0cf19
https://github.com/pgjdbc/pgjdbc/commit/8884202b9e7785a1eaf67ddcd97f2ba689d0cf19
Author: Zemian Deng <zemiandeng(at)gmail(dot)com>
Date: 2017-11-07 (Tue, 07 Nov 2017)

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

Log Message:
-----------
fix: Correct DatabaseMetaData.getFunctions() implementation (#918)

The old DatabaseMetaData.getFunctions() method returned incorrect column names and
function return types. The new implementation complies with the JDBC docs.

Browse pgsql-jdbc by date

  From Date Subject
Next Message juanmarianofuentes 2017-11-08 18:17:20 JDBC array support
Previous Message mjanczykowski 2017-11-07 12:24:40 [pgjdbc/pgjdbc] 2277ff: feat: add setURL method to BaseDataSource (#999)