I have a prepared statement. I call
stmt.setBigDecimal(BigDecimal.valueOf("0.9"))
the problem is that in the database 0.90000000000000000000 is saved instead of 0.9.
I use Microsoft SQL Server JDBC Driver 3.0.
Is BigDecimal not understood by the driver or make the driver do something wrong?