Another patch

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Another patch
Дата
Msg-id 011801c0d87a$1ce5b600$0401a8c0@INSPIRON
обсуждение исходный текст
Ответ на JDBC Download.  ("Thys De Wet@iCommerce" <thys.deWet@za.didata.com>)
Список pgsql-jdbc
Hopefully we can slip this in before 7.1.1

This patch fixes a bug which occurs when setObject(1,obj) is called and obj
is of type Object, and is null

Regards,

Dave

[root@ebox2 jdbc2]# diff PreparedStatement.java.orig PreparedStatement.java
517a518,521
>               if (null == x){
>                       setNull(parameterIndex,Types.OTHER);
>                       return;
>               }
568a573,576
>               if (null == x){
>                       setNull(parameterIndex,Types.OTHER);
>                       return;
>               }



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

Предыдущее
От: Mark Rosa
Дата:
Сообщение: Re: JDBC Download.
Следующее
От: Panu Outinen
Дата:
Сообщение: Re: Why?? executeQuery() & exception: "No results were returned by the query."