RE: JDBC Patch

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Christopher Cain'" <ccain(at)mhsoftware(dot)com>, pgsql-interfaces(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: RE: JDBC Patch
Date: 2000-08-25 06:29:41
Message-ID: 1B3D5E532D18D311861A00600865478CF1B2D1@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-patches

Hmmm, I thought I had caught all the version strings. Thanks for spotting
it.

I'll commit that one and the others later today.

Peter

-----Original Message-----
From: Christopher Cain [mailto:ccain(at)mhsoftware(dot)com]
Sent: Thursday, August 24, 2000 8:30 PM
To: pgsql-interfaces(at)postgresql(dot)org; pgsql-patches(at)postgresql(dot)org
Subject: [INTERFACES] JDBC Patch

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-08-25 06:31:19 RE: JDBC problem
Previous Message Thomas Lockhart 2000-08-25 06:26:32 Re: iODBC Driver,psqlODBC at PostgreSQl DB in Solaris

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Mount 2000-08-25 08:36:49 RE: JDBC Patch
Previous Message terr 2000-08-25 01:32:43 Bug in regression tests