[
https://issues.jboss.org/browse/TEIID-4225?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-4225.
-----------------------------------
Fix Version/s: 9.0
8.12.5
8.13.5
Resolution: Done
While not critical, it was convenient to check this in with other hana issues. The
translation accounts for the case difference by using initcap of the lower value.
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
Priority: Minor
Fix For: 9.0, 8.12.5, 8.13.5
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)