[jOOQ/jOOQ#10180] Add native support for DECODE where it is supported
This commit is contained in:
parent
fc3b9cdca1
commit
e30c32bc8d
@ -82,7 +82,9 @@ final class Decode<T, Z> extends AbstractField<Z> {
|
||||
|
||||
|
||||
|
||||
|
||||
case H2:
|
||||
ctx.visit(function("decode", getDataType(), Tools.combine(field, search, result, more)));
|
||||
return;
|
||||
|
||||
// Other dialects emulate it with a CASE ... WHEN expression
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user