Re: Bug: SimpleParameterList and resolved types

From: Kris Jurka <books(at)ejurka(dot)com>
To: Bruno De Fraine <bruno(at)defraine(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug: SimpleParameterList and resolved types
Date: 2010-05-07 16:00:49
Message-ID: alpine.BSO.2.00.1005071159300.10506@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 7 May 2010, Bruno De Fraine wrote:

> I'm experiencing a problem with a new version of the PostgreSQL JDBC
> driver.. Under a condition that has got to do with the invocation of
> getMetaData(), the execution of a prepared statement raises an error
> "Can't change resolved type for param: 1 from 1043 to 25" (from
> SimpleParameterList) for (what seems to me) a perfectly valid insert
> statement.

This has already been fixed in CVS. I guess it's been way too long since
I've put out a set of driver releases. I'll try to get to that this
weekend.

http://lists.pgfoundry.org/pipermail/jdbc-commits/2009-December/000219.html

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Samuel Gendler 2010-05-08 07:24:44 CopyManager bug + fix
Previous Message Bruno De Fraine 2010-05-07 12:15:05 Bug: SimpleParameterList and resolved types