Re: Batch INSERT failing with error 22P02

From: Kris Jurka <books(at)ejurka(dot)com>
To: Eric Faulhaber <ecf(at)goldencode(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Batch INSERT failing with error 22P02
Date: 2007-09-24 20:42:44
Message-ID: Pine.BSO.4.64.0709241636420.9789@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 24 Sep 2007, Eric Faulhaber wrote:

> 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.
>

Overriding the version numbers isn't all that wise. If you want a 8.2
driver version you should check out the REL8_2_STABLE branch and you'll
get a 8.2 driver, not a 8.3-dev relabled to 8.2.

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

There are no immediate plans for a release. I'll probably put out new
versions after making some headway against our patch backlog, but I don't
dare speculate when I'll get to that.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heiko W.Rupp 2007-09-25 13:42:01 Idle in Transaction ..
Previous Message Eric Faulhaber 2007-09-24 17:24:34 Re: Batch INSERT failing with error 22P02