SQL Server has a bug when it comes to bulk inserting DECIMAL with scale values (see https://github.com/microsoft/mssql-jdbc/issues/1021 for details). As a workaround jOOQ will in this scenario explicitly cast the first column value in the bulk set. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||