[teiid-issues] [JBoss JIRA] (TEIID-5321) SAP IQ numeric functions corner case differences

Jan Stastny (JIRA) issues at jboss.org
Fri Apr 20 02:57:00 EDT 2018


Jan Stastny created TEIID-5321:
----------------------------------

             Summary: SAP IQ numeric functions corner case differences
                 Key: TEIID-5321
                 URL: https://issues.jboss.org/browse/TEIID-5321
             Project: Teiid
          Issue Type: Bug
          Components: Misc. Connectors
    Affects Versions: 8.12.13.6_4
            Reporter: Jan Stastny
            Assignee: Steven Hawkins
            Priority: Minor


The following discrepancies in return values of numeric functions are caused by SAP IQ's behaviour.

# COT(0)
#* results in OutOfRange error in Teiid
#* returns NULL in SAP IQ
# EXP\(n\) - for n < -15
#* result is 0 in Teiid
#* result is in SAP IQ
#** 0 for -15 > n >=-745
#** NULL for n<=-746



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list