[jOOQ/jOOQ#8575] Implement native support for H2 RATIO_TO_REPORT()
This commit is contained in:
parent
47d44ab626
commit
2b3d870119
@ -79,8 +79,10 @@ final class RatioToReport extends DefaultAggregateFunction<BigDecimal> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case H2:
|
||||
ctx.visit(F_RATIO_TO_REPORT).sql('(').visit(field).sql(')');
|
||||
acceptOverClause(ctx);
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user