Re: intervals and jdbc

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Dave Cramer <Dave(at)micro-automation(dot)net>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: intervals and jdbc
Date: 2002-12-06 03:29:27
Message-ID: 3DF01997.3010203@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dave Cramer wrote:
> Joseph,
>
> What do you want it to return, postgres is assuming you want an
> interval, but there is no jdbc interval type. What are you expecting it
> to return?
>
I was expecting a String. I had to explicity cast it to text to get it to work.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-12-06 03:34:33 Re: intervals and jdbc
Previous Message Dave Cramer 2002-12-06 03:24:40 Re: intervals and jdbc