[#8696] Use SQL Server 2012's LOG() function with base parameter
SQL Server 2012's LOG() function accepts an optional second parameter to specify the "base" to use. Use this rather than emulate that function.
This commit is contained in:
parent
0b8f7cc111
commit
a986cd0380
@ -101,6 +101,12 @@ final class Ln extends AbstractFunction<BigDecimal> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
case DERBY:
|
||||
case H2:
|
||||
case HSQLDB:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user