Re: [BUGS] BUG #3751: Conversion error using PreparedStatement.setObject()

2007-11-16 Thread Lance J. Andersen
Kris, Thanks for the follow up. Kris Jurka wrote: Lance J. Andersen wrote: Thank you for your time, but i think there is still a driver issue here: If i use the same types as i sent in the email and execute select * from bit_in_min(1::bit) I have no problems and the table is correctly

Re: [BUGS] BUG #3751: Conversion error using PreparedStatement.setObject()

2007-11-16 Thread Lance J. Andersen
NULL) ; CREATE OR REPLACE FUNCTION Bit_In_Min (MIN_PARAM boolean) returns void as 'begin update Bit_Tab set MIN_VAL=MIN_PARAM; end;' language 'plpgsql' ; Kris Jurka Lance J. Andersen wrote: Sorry Bad, Cut and paste. This test is a strip down of much larger test. The reason t

Re: [BUGS] BUG #3751: Conversion error using PreparedStatement.setObject()

2007-11-16 Thread Lance J. Andersen
Sorry Bad, Cut and paste. This test is a strip down of much larger test. The reason the metadata is there as this gets run from a framework which exercises JDBC drivers from all of the major vendors which is also the reason for the Drivers class. As far as the INSERT, i did not look at the