[#1624] Add support for java.util.UUID as a <T> type - Added comment

This commit is contained in:
Lukas Eder 2013-01-06 17:32:15 +01:00
parent 0bed3ba74c
commit c34efabcf2

View File

@ -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("'", "''"))