[pgjdbc/pgjdbc] 8106d3: fix: DatabaseMetaData.getFunctions should not limi...
Dave Cramer <[email protected]> Thu, 05 Dec 2019 05:30:56 -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: 8106d3df5c3f6ea3cbc3e621977df5542b182b56
https://github.com/pgjdbc/pgjdbc/commit/8106d3df5c3f6ea3cbc3e621977df5542b182b56
Author: Dave Cramer <[email protected]>
Date: 2019-12-05 (Thu, 05 Dec 2019)
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: DatabaseMetaData.getFunctions should not limit the search to the search_path if the schema is provided (#1633)
* fix: DatabaseMetaData.getFunctions should not limit the search to the search_path if the schema is provided