I'm using PostgreSQL JDBC driver and annoyed as I cannot pass a null
value to PreparedStatement.setBigDecimal. If I pass a null value to the
method, I always get an exception.
According to the JDBC spec, I think the method must accept a null value
and pass a SQL NULL to the database, but I may be wrong. So is it a bug
in the JDBC driver, or my misunderstanding of the spec?
Thanks in advance.
--
"Free software is not for free."
Hyper Linux Systems (Hypercore Software Design, Ltd.)
<URL:http://www.hypercore.co.jp/>