[jOOQ/jOOQ#14097] Various improvements
This commit is contained in:
parent
72828b0796
commit
5479497371
@ -1087,6 +1087,9 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1899,28 +1902,6 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -108,6 +108,14 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -31622,6 +31622,8 @@ public class DSL {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// The default behaviour
|
||||
T converted = type.convert(value);
|
||||
return new Val<>(converted, mostSpecific(converted, type));
|
||||
|
||||
@ -3647,6 +3647,32 @@ final class Tools {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
static final Configuration CONFIG = new DefaultConfiguration();
|
||||
static final Configuration CONFIG_UNQUOTED = new DefaultConfiguration();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user