[jOOQ/jOOQ#9365] H2 now has the standard two-argument LOG() function

This commit is contained in:
Knut Wannheden 2019-10-15 07:07:06 +02:00
parent 54d467fa34
commit ca1ff21592

View File

@ -109,7 +109,6 @@ final class Ln extends AbstractFunction<BigDecimal> {
case DERBY:
case H2:
case HSQLDB:
return DSL.ln(argument).div(DSL.ln(base));