[jOOQ/jOOQ#9365] H2 now has the standard two-argument LOG() function
This commit is contained in:
parent
54d467fa34
commit
ca1ff21592
@ -109,7 +109,6 @@ final class Ln extends AbstractFunction<BigDecimal> {
|
||||
|
||||
|
||||
case DERBY:
|
||||
case H2:
|
||||
case HSQLDB:
|
||||
return DSL.ln(argument).div(DSL.ln(base));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user