Re: bug in AbstractJdbc1Statement.java (7.3)

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: bug in AbstractJdbc1Statement.java (7.3)
Дата
Msg-id Pine.LNX.4.33.0302031416490.27245-300000@leary.csoft.net
обсуждение исходный текст
Ответ на bug in AbstractJdbc1Statement.java (7.3)  (Harald Krake <harald@krake.de>)
Ответы Re: bug in AbstractJdbc1Statement.java (7.3)
Список 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
>

Вложения

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: PreparedStatement.setBytes on OIDs
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Encoding problems