[ http://issues.apache.org/jira/browse/DERBY-1808?page=comments#action_12445930 ] Daniel John Debrunner commented on DERBY-1808: ----------------------------------------------
The patch looks good, though the diff to EmbedDatabaseMetaData is messed up but it was easy to fix. I ran the metadata test which tests the escaped functions and it needed to have its master file updated so i assume no tests were run against this patch. When I find time I'll run all the tests to see if any other master files need updating, or the contributor could do this. > [PATCH] Inbuilt functions SIGN, SQRT, RAND, RANDOM, COSH, SINH and TANH > ----------------------------------------------------------------------- > > Key: DERBY-1808 > URL: http://issues.apache.org/jira/browse/DERBY-1808 > Project: Derby > Issue Type: Improvement > Components: SQL > Reporter: Richard Wheeldon > Priority: Minor > Attachments: rsw_functions1.patch, rsw_functions2.patch > > > Adds the following functions: > SIGN - 0, 1 or -1 for zero, positive or negative arguments > SQRT - Square root > RAND - Random number > RANDOM - as above > COSH - Hyperbolic Cosine > SINH - Hyperbolic Sine > TANH - Hyperbolic Tangent. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
