[ 
https://issues.apache.org/jira/browse/TRAFODION-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589317#comment-16589317
 ] 

ASF GitHub Bot commented on TRAFODION-2968:
-------------------------------------------

Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/trafodion/pull/1698#discussion_r212091436
  
    --- Diff: 
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---
    @@ -442,7 +444,10 @@ the expressions have NULL values, the function returns 
a NULL value.
     | <<nvl_function,NVL Function>>                                   | 
Returns the value of the first operand unless it is NULL, in which case it 
returns the value of the second operand.
     | <<user_function,USER Function>>                                 | 
Returns either the database user name of the current user who invoked the 
function or the database user name
     associated with the specified user ID number.
    -| <<sys_guid_function,SYS_GUID Function>>                         | 
Returns a globally unique identifier.
    +| <<sys_guid_function,SYS_GUID Function>>                         | 
Returns a globally unique identifier. (Oracle extention)
    --- End diff --
    
    Typo: extention should be extension. Suggested wordsmith: "Returns a 
globally unique identifier, similar to Oracle's SYS_GUID function."


> update SQL manual for MySQL functions unix_timestamp, uuid, sleep etc
> ---------------------------------------------------------------------
>
>                 Key: TRAFODION-2968
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2968
>             Project: Apache Trafodion
>          Issue Type: Sub-task
>            Reporter: liu ming
>            Assignee: liu ming
>            Priority: Major
>
> update the SQL manual to clearly state the non-deterministic fashion of newly 
> added MySQL functions:
> uuid
> unix_timestamp
> sleep



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to