pg 7.3 , JDBC and timestamp problem.

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: pg 7.3 , JDBC and timestamp problem.
Date: 2002-12-01 11:09:15
Message-ID: 3DE9EDDB.A625BDFA@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Hi,

I just began testing one of my applications with the new pg 7.3 ( it is
working well on 7.2.3).

The app. is java based and use the jdbc driver from 7.2.3 ( from
binary).

In general all is working.
To the moment I have onluy one problem:
If I read from timestamp filed I got java exception:
"java.lang.StringIndexOutOfBoundsException: String index out of range:
26".

Is it bug in JDBC or in pg 7.3 ?

If I execute the query in pgAdmin I cann see the result and all is
correct.

regards.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pginfo 2002-12-01 11:57:43 Re: pg 7.3 , JDBC and timestamp problem.
Previous Message Stephan Szabo 2002-12-01 10:33:19 Re: 7.4 Wishlist

Browse pgsql-jdbc by date

  From Date Subject
Next Message pginfo 2002-12-01 11:57:43 Re: pg 7.3 , JDBC and timestamp problem.
Previous Message Harald Krake 2002-12-01 10:36:38 Re: setUseServerPrepare(true) and executeQuery(String)