Re: Exception while doing ResultSetMetadata.getColumnName() after select setval()

Поиск
Список
Период
Сортировка
От Stephane Bailliez
Тема Re: Exception while doing ResultSetMetadata.getColumnName() after select setval()
Дата
Msg-id fcobbt$ve8$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: Exception while doing ResultSetMetadata.getColumnName() after select setval()  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote:
>
> In JDBC columns go from 1 -> count, not 0 -> count-1.

ah.. one more reason to get rid of this script I suppose. Thanks for the
heads up.


for the records, the previous workaround was of course not working..(I
put that on the lack of sleep) it needed to be wrapped into insert in a
temp table to avoid the result set issue.

cheers,

-- stephane


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Exception while doing ResultSetMetadata.getColumnName() after select setval()
Следующее
От: Eric Faulhaber
Дата:
Сообщение: Re: Batch INSERT failing with error 22P02