Related patch to the getNumbers patch from earlier.

Поиск
Список
Период
Сортировка
От Kim Ho
Тема Related patch to the getNumbers patch from earlier.
Дата
Msg-id 1059076290.1289.99.camel@topanga.toronto.redhat.com
обсуждение исходный текст
Список pgsql-jdbc
This one fixes the problem on the way in.

e.g. If you do a setObject(1,
Float.valueOf(String.valueOf(Integer.MIN_VALUE)),Types.INTEGER)

Before patch, it will insert:
-2147483650

After patch, it will insert:
-2147483648

Cheers,

Kim

Вложения

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

Предыдущее
От: Felipe Schnack
Дата:
Сообщение: quick question about PreparedStatements
Следующее
От: Kim Ho
Дата:
Сообщение: Re: Fix for getXXX (numbers)