Re: [HACKERS] Modified driver to better handle NULL values...y

2001-04-18 Thread Bruce Momjian
Send over a context diff and we can get it into 7.2. You may want to shoot it to the JDBC list too. [ Charset ISO-8859-1 unsupported, converting... ] > > Hi, > > I have just modified the jdbc 7.1rc4 source to let the PreparedStatement > handle null values in setXXX methods gracefully... > > A

[HACKERS] Modified driver to better handle NULL values...

2001-04-17 Thread Jeroen Habets
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