Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Дата
Msg-id alpine.BSO.2.00.1301111221410.28737@leary.csoft.net
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Список pgsql-jdbc

On Fri, 11 Jan 2013, Dave Cramer wrote:

> Ok, I've pushed this fix into master
>

You've made any failure to parse the affected row count return
SUCCESS_NO_INFO.  Shouldn't you change the integer parsing to a long
parsing and only modify the response if the value is > INT_MAX while still
throwing an exception if we get something that is truly undecipherable?

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Следующее
От: Stefan Reiser
Дата:
Сообщение: Re: [BUGS] BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception