JDBC Prepared Statement Bug - Mailing list pgsql-general

From Dave
Subject JDBC Prepared Statement Bug
Date
Msg-id 3C90A753.2070106@candata.com
Whole thread Raw
List pgsql-general
I am trying to use a Prepared Statement that has a character type. The
value I am trying to use is  '\0' and it is getting set with the
setObject method. It looks like this is just getting converted to a
string which the backend is taking as an end of command so the insert
fails. I think for the chaacter type we need to check for this case and
convert it to a string of "\0". I am using 7.2 and the JDBC driver that
comes with it.



pgsql-general by date:

Previous
From: Bruno Lopes (Desenvolvimento)
Date:
Subject: Question about function
Next
From: Jesus Arocho
Date:
Subject: Pgsql site