[teiid-issues] [JBoss JIRA] (TEIID-4225) HANA translator : DAYNAME function is not pushed

Jan Stastny (JIRA) issues at jboss.org
Wed May 25 09:05:00 EDT 2016


Jan Stastny created TEIID-4225:
----------------------------------

             Summary: HANA translator : DAYNAME function is not pushed
                 Key: TEIID-4225
                 URL: https://issues.jboss.org/browse/TEIID-4225
             Project: Teiid
          Issue Type: Bug
          Components: Misc. Connectors
    Affects Versions: 8.12.5
            Reporter: Jan Stastny
            Assignee: Steven Hawkins


Teiid's DAYNAME function is not being pushed to HANA even though it could be as HANA's DAYNAME function. The only difference could be that HANA returns names in capital letters.
Query:
{code:sql}
SELECT DAYNAME(datevalue) FROM bqt1.smalla
{code}
Source specific query:
{code:sql}
SELECT g_0."DATEVALUE" FROM "BQT1"."SMALLA" AS g_0
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list