Re: Batch INSERT failing with error 22P02

Поиск
Список
Период
Сортировка
От Eric Faulhaber
Тема Re: Batch INSERT failing with error 22P02
Дата
Msg-id 46F7F2D2.2050508@goldencode.com
обсуждение исходный текст
Ответ на Re: Batch INSERT failing with error 22P02  (Kris Jurka <books@ejurka.com>)
Ответы Re: Batch INSERT failing with error 22P02  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote:
> OK, I've committed a fix for 8.1, 8.2, and 8.3-dev to the CVS
> repository. It simply checks that the describe results match the
> currently parsed query before applying them.  There is still an
> optimization to be made here, in that we don't need to describe at all
> if the Query has all the needed type informtion already, but I'll
> leave that for later.

I checked out the code from CVS and rebuilt with the following
build.local.properties:

major=8
minor=2
fullversion=8.2
def_pgport=5432
enable_debug=yes

Assuming the above is OK, this fix resolves the issue in my use case.
Thanks, Kris!

Any idea when this might make it into an official build?

Regards,
Eric Faulhaber


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Batch INSERT failing with error 22P02
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Batch INSERT failing with error 22P02