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