[jOOQ/jOOQ#14097] Various improvements

This commit is contained in:
Lukas Eder 2022-10-25 09:34:40 +02:00
parent 72828b0796
commit 5479497371
4 changed files with 39 additions and 22 deletions

View File

@ -1087,6 +1087,9 @@ implements
@ -1899,28 +1902,6 @@ implements

View File

@ -108,6 +108,14 @@ package org.jooq.impl;

View File

@ -31622,6 +31622,8 @@ public class DSL {
// The default behaviour
T converted = type.convert(value);
return new Val<>(converted, mostSpecific(converted, type));

View File

@ -3647,6 +3647,32 @@ final class Tools {
}
}
static final Configuration CONFIG = new DefaultConfiguration();
static final Configuration CONFIG_UNQUOTED = new DefaultConfiguration();