Igor Sapego created IGNITE-3797:
-----------------------------------
Summary: ODBC: Scalar functions: Support TIMESTAMPDIFF and
TIMESTAMPADD functions.
Key: IGNITE-3797
URL: https://issues.apache.org/jira/browse/IGNITE-3797
Project: Ignite
Issue Type: Sub-task
Components: platforms
Affects Versions: 1.7
Reporter: Igor Sapego
Fix For: 1.8
Currently we do not support TIMESTAMPDIFF, TIMESTAMPADD functions due to
non-supported conversation from ODBC-specific interval types to interval types
used by h2. LIst of ODBC interval types:
{{SQL_TSI_FRAC_SECOND}}
{{SQL_TSI_SECOND}}
{{SQL_TSI_MINUTE}}
{{SQL_TSI_HOUR}}
{{SQL_TSI_DAY}}
{{SQL_TSI_WEEK}}
{{SQL_TSI_MONTH}}
{{SQL_TSI_QUARTER}}
{{SQL_TSI_YEAR}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)