Fixes bug where join to pg_description was incorrect. Also modifies the
Barry Lind <barry@xythos.com>
Fixes bug where join to pg_description was incorrect. Also modifies the regression test to test for this case. Patch submitted by Kris Jurka. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java | modified | +2 −2 |
| src/interfaces/jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java | modified | +9 −2 |