]
RH Bugzilla Integration commented on TEIID-4225:
------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug
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}