| From: | Christopher Cain <ccain(at)mhsoftware(dot)com> |
|---|---|
| To: | pgsql-interfaces(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
| Subject: | JDBC Patch |
| Date: | 2000-08-24 19:30:14 |
| Message-ID: | 39A577C6.52AD43D8@mhsoftware.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces pgsql-patches |
This patch for the 7.0.2 JDBC interface addresses four issues I
encountered while getting my reporting tool up and running with the
driver. All changes are in the DatabaseMetaData class.
Problem: The getDatabaseProductVersion() method was returning "6.5.2"
Resolution: Changed it to return "7.0.2"
Problem: A call to getTables() with an unsupported table type (in the
String array) resulted in a malformed SQL statement and subsequent
parsing error
Resolution: Unsupported table types are now ignored without error
Problem: In a getTables() call, tables and views were both returned by
the "TABLE" table type, and the "VIEW" table type was unsupported
Resolution: Changed the "TABLE" type to return only physical tables and
added support for the "VIEW" table type (returning only views)
Problem: The getIdentifierQuoteString() method was returning null
Resolution: This method now returns a double-quote
Regards ...
- Christopher
| Attachment | Content-Type | Size |
|---|---|---|
| jdbc-0824.patch | text/plain | 5.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John McKown | 2000-08-24 23:15:00 | Re: JDBC problem |
| Previous Message | John Thorhauer | 2000-08-24 19:29:26 | Re: AW: vb postgres blobs |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jaykumar Ahir | 2000-08-24 20:11:23 | to_char() function's bug and it's patch |
| Previous Message | Malcontent | 2000-08-24 06:30:00 | Re: when does CREATE VIEW not create a view? |