bug in AbstractJdbc1Statement.java (7.3)

From: Harald Krake <harald(at)krake(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: bug in AbstractJdbc1Statement.java (7.3)
Date: 2002-11-30 16:02:28
Message-ID: 200211301702.28624.harald@krake.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Fernando Nasser 2002-11-30 16:21:50 Re: bug in AbstractJdbc1Statement.java (7.3)
Previous Message Harald Krake 2002-11-30 14:42:29 setUseServerPrepare(true) and executeQuery(String)