Modified driver to better handle NULL values...

From: Jeroen Habets <jeroen(dot)habets(at)framfab(dot)nl>
To: "Pgsql-Hackers (E-mail)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Modified driver to better handle NULL values...
Date: 2001-04-17 16:38:20
Message-ID: CFFBA42C27FDD4119EAF00D0B788CBA63245CD@nlamsmail.nqff.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alessio Bragadini 2001-04-17 16:46:57 Re: Re: [PATCHES] Patch for PostgreSQL 7.0.3 to compile on Tru64 UNIX v5.0A
Previous Message Thomas Lockhart 2001-04-17 16:16:39 Re: Re: No printable 7.1 docs?