Re: bug in AbstractJdbc1Statement.java (7.3) - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: bug in AbstractJdbc1Statement.java (7.3)
Date
Msg-id Pine.LNX.4.33.0302031416490.27245-300000@leary.csoft.net
Whole thread Raw
In response to bug in AbstractJdbc1Statement.java (7.3)  (Harald Krake <harald@krake.de>)
Responses Re: bug in AbstractJdbc1Statement.java (7.3)  (Barry Lind <blind@xythos.com>)
List pgsql-jdbc

This problem is still present in the driver.  I have attached a test case
and a patch.

Kris Jurka


On Sat, 30 Nov 2002, Harald Krake wrote:

> in line 1937 should be:
>
> private static final String PG_DOUBLE = "float8";
>
> instead of ... = "double".
>
> Otherwise QueryExecutor.execute() throws
> java.sql.SQLException: ERROR:  Type "double" does not exist
>
> regards,
> Harald.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: PreparedStatement.setBytes on OIDs
Next
From: Barry Lind
Date:
Subject: Re: Encoding problems