Re: JDBC ResultSet.getObject() fails for type INTERVAL

From: Peter Mount <peter(at)retep(dot)org(dot)uk>
To: jlemcke(at)netspace(dot)net(dot)au, pgsql-bugs(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
Subject: Re: JDBC ResultSet.getObject() fails for type INTERVAL
Date: 2001-02-03 11:27:33
Message-ID: 5.0.2.1.0.20010203112356.009f5c20@mail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

At 00:01 02/02/01 -0500, pgsql-bugs(at)postgresql(dot)org wrote:
>John Lemcke (jlemcke(at)netspace(dot)net(dot)au) reports a bug with a severity of 2
>The lower the number the more severe it is.
>
>Short Description
>JDBC ResultSet.getObject() fails for type INTERVAL
>
>Long Description
>Trying to retrieve an INTERVAL from a ResultSet causes an exception. The
>following output is from the attached example code.
>
>~/src/java/rules > java TestInterval
>1
>string1
>TestInterval.executeQuery() : No class found for interval.
>TestInterval.main : No class found for interval.
>No class found for interval.

This is caused because getObject() can't find the class handling Interval.
Probably because there currently isn't one.

When I last checked there was 45 types in 7.1 and I think the JDBC driver
has about 1/2 of them mapped to either SQL or a custom class. Shouldn't
take too long to implement.

Peter

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-02-03 18:11:52 SQL-Explorer Delphi and Access 2000/97 doesn't display tables any more
Previous Message Tilo Levante 2001-02-02 23:23:53 Bug and Bugfix for the jdbc-driver