Modified driver to better handle NULL values... - Mailing list pgsql-hackers

From Jeroen Habets
Subject Modified driver to better handle NULL values...
Date
Msg-id CFFBA42C27FDD4119EAF00D0B788CBA63245CD@nlamsmail.nqff.nl
Whole thread Raw
Responses Re: Modified driver to better handle NULL values...y  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Hi,

I have just modified the jdbc 7.1rc4 source to let the PreparedStatement
handle null values in setXXX methods gracefully...

According to JDBC a setXXX method should send a NULL if a null value is
supplied (and not raise an exception or other)

How can I contribute?

Jeroen


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [PATCHES] Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A
Next
From: Alessio Bragadini
Date:
Subject: Re: Re: [PATCHES] Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A