Igor Sapego created IGNITE-2914:
-----------------------------------
Summary: ODBC: QueriesTestSuite from odbc-test uses outdated version of MakeDate and MakeTimestamp.
Key: IGNITE-2914
URL:
https://issues.apache.org/jira/browse/IGNITE-2914 Project: Ignite
Issue Type: Sub-task
Components: odbc
Affects Versions: 1.5.0.final
Reporter: Igor Sapego
Assignee: Igor Sapego
Fix For: 1.6
Seems like there are outdated versions of MakeDate and MakeTimestamp declared in ODBC test_utils. They should be removed and calls to them should be replaced with following functions:
{{BinaryUtils::MakeTimestampLocal}},
{{BinaryUtils::MakeDateLocal}},
{{BinaryUtils::MakeTimestampGmt}},
{{BinaryUtils::MakeDateGmt}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)