Description
Create table with column of type double.
Create a prepared statement which inserts value to this column.
use preparedStatement#setBigDecimal method of the statement to set value of the column.
Execution of such statement succeeds, but actual value in db has no fractional digits.
You can use attached test class to reproduce this problem