Re: Bug: SimpleParameterList and resolved types - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Bug: SimpleParameterList and resolved types
Date
Msg-id alpine.BSO.2.00.1005071159300.10506@leary.csoft.net
Whole thread Raw
In response to Bug: SimpleParameterList and resolved types  (Bruno De Fraine <bruno@defraine.net>)
List 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


pgsql-jdbc by date:

Previous
From: Bruno De Fraine
Date:
Subject: Bug: SimpleParameterList and resolved types
Next
From: Samuel Gendler
Date:
Subject: CopyManager bug + fix