[jOOQ/jOOQ#11738] Added the optional, provided mssql-jdbc dependency
This commit is contained in:
parent
de5d49ed10
commit
83103e8811
@ -103,5 +103,14 @@
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@ -232,6 +232,8 @@ import org.jooq.types.YearToMonth;
|
||||
import org.jooq.types.YearToSecond;
|
||||
import org.jooq.util.postgres.PostgresUtils;
|
||||
|
||||
// ...
|
||||
|
||||
/**
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@ -1492,6 +1494,7 @@ public class DefaultBinding<T, U> implements Binding<T, U> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
static final class DefaultBigDecimalBinding<U> extends AbstractBinding<BigDecimal, U> {
|
||||
|
||||
@ -1461,6 +1461,8 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
8
pom.xml
8
pom.xml
@ -31,6 +31,7 @@
|
||||
<sqlite.version>3.32.3.2</sqlite.version>
|
||||
<derby.version>10.14.2.0</derby.version>
|
||||
<hsqldb.version>2.5.1</hsqldb.version>
|
||||
<sqlserver.version>9.2.1.jre11</sqlserver.version>
|
||||
|
||||
<!-- JDBC drivers for jOOQ-xyz-extensions modules -->
|
||||
<postgres.version>42.2.19</postgres.version>
|
||||
@ -313,6 +314,13 @@
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- jooq-meta-extensions and integration tests have this dependency -->
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user