Implement two-argument functions POWER, ROUND, and TRUNCATE
-----------------------------------------------------------
Key: DERBY-3893
URL: https://issues.apache.org/jira/browse/DERBY-3893
Project: Derby
Issue Type: Bug
Components: SQL
Affects Versions: 10.4.2.0
Reporter: Kim Haase
Priority: Minor
DERBY-3063 allowed Derby to implement two-argument numeric functions, but only
ATAN2 and MOD seem to have been implemented so far. The remaining functions
listed in Section C.1 of the JDBC specification should be provided:
POWER(number, power)
ROUND(number, places)
TRUNCATE(number, places)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.