Oleg Ostanin created IGNITE-5720:
------------------------------------
Summary: Different date format in ResultSet
Key: IGNITE-5720
URL:
https://issues.apache.org/jira/browse/IGNITE-5720 Project: Ignite
Issue Type: Bug
Reporter: Oleg Ostanin
Query for ignite jdbc returns correct date but format is wrong:
INSERT INTO t1 (id, col_Date_1) VALUES (1, '2001-09-09')
SELECT col_Date_1 FROM t1 WHERE id = 1
for h2 the result is
2001-09-09
for Ignite jdbc the result is
Sun Sep 09 00:00:00 MSD 2001
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)