[#1624] Add support for java.util.UUID as a <T> type - Added comment
This commit is contained in:
parent
0bed3ba74c
commit
c34efabcf2
@ -496,6 +496,7 @@ class Val<T> extends AbstractField<T> implements Param<T> {
|
||||
// Known fall-through types:
|
||||
// - Blob, Clob (both not supported by jOOQ)
|
||||
// - String
|
||||
// - UUID
|
||||
else {
|
||||
context.sql("'")
|
||||
.sql(val.toString().replace("'", "''"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user