jooq/jOOQ
Knut Wannheden 9c5980a7df [jOOQ/jOOQ#8964] Fix bulk INSERT of DECIMAL with scale values
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.
2019-07-30 13:06:21 +02:00
..
src/main [jOOQ/jOOQ#8964] Fix bulk INSERT of DECIMAL with scale values 2019-07-30 13:06:21 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml [jOOQ/jOOQ#8939] Various fixes 2019-07-25 15:51:37 +02:00