[ 
https://issues.apache.org/jira/browse/DERBY-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12633482#action_12633482
 ] 

Daniel John Debrunner commented on DERBY-3874:
----------------------------------------------

On the JDBC escape functions the defined list is specified by appendix C.1 of 
the JDBC spec. If a function does not appear in that appendix then it should 
not work as a JDBC escaped function.

> Does it make sense to document this function when it isn't thoroughly tested 
> yet? 

If it's not documented then folks won't know to use it and thus we may not 
realize the benefit of open source by having users testing it. Really the 
question is does someone want to document it, "scratch that itch".

> Document numeric function ATAN2(float1,float2)
> ----------------------------------------------
>
>                 Key: DERBY-3874
>                 URL: https://issues.apache.org/jira/browse/DERBY-3874
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Documentation
>    Affects Versions: 10.5.0.0
>            Reporter: Kristian Waagan
>            Assignee: Kim Haase
>
> Document the numeric function ATAN2(float1,float2).
> Mentioned in the JDBC specification, appendix C.1.
> Implementation documented by the JavaDoc for StrictMath.atan2.
> According to the JDBC specification, table B-1, a JDBC float maps to a Java 
> double.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to