| From: | Kris Jurka <books(at)ejurka(dot)com> |
|---|---|
| To: | Harald Krake <harald(at)krake(dot)de> |
| Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: bug in AbstractJdbc1Statement.java (7.3) |
| Date: | 2003-02-03 19:18:23 |
| Message-ID: | Pine.LNX.4.33.0302031416490.27245-300000@leary.csoft.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| ServerPreparedDouble.java | text/plain | 560 bytes |
| serverprepareddouble.patch | text/plain | 1.3 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Barry Lind | 2003-02-03 19:38:20 | Re: Encoding problems |
| Previous Message | Kris Jurka | 2003-02-03 18:20:53 | Re: PreparedStatement.setBytes on OIDs |