Re: moveToInsertRow doesn't work when using prepared statements - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: moveToInsertRow doesn't work when using prepared statements
Date
Msg-id 41F95679.8030004@opencloud.com
Whole thread Raw
In response to moveToInsertRow doesn't work when using prepared statements  (Martin Keller <martin.keller@unitedplanet.de>)
List pgsql-jdbc
Martin Keller wrote:

> calling moveToInsertRow on a ResultSet returned by a prepared statement leads
> to a NullPointerException:

Thanks for the report, fixed in CVS.

A workaround is to specify protocolVersion=2 in the connection URL, as
the V2 protocol code is correct (it looks like that change wasn't made
in both paths when I was originally writing this code)

-O

pgsql-jdbc by date:

Previous
From: Martin Keller
Date:
Subject: moveToInsertRow doesn't work when using prepared statements
Next
From: Oliver Jowett
Date:
Subject: Enforcing CONCUR_*