[#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:
Knut Wannheden 2019-05-28 12:39:21 +02:00
parent 0b8f7cc111
commit a986cd0380

View File

@ -101,6 +101,12 @@ final class Ln extends AbstractFunction<BigDecimal> {
case DERBY:
case H2:
case HSQLDB: