Subject Re: Exception in setBigDecimal
Author Roman Rokytskyy
> > psInsert.setBigDecimal(1,null);
>
> you should use: setNull

Even setNull(...) is what specification says to use, I have fixed
these NPEs in driver too, to make it more safe to use. :)

Roman