embulk-output-jdbc
embulk-output-jdbc copied to clipboard
Optimize DecimalColumnSetter for each database implementations
Some database (or JDBC) implementations can convert integer or double into decimal column. In this case, Java code doesn't have to instantiate BigDecimal object.