You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ostanin (JIRA)" <ji...@apache.org> on 2017/07/08 12:31:00 UTC

[jira] [Updated] (IGNITE-5720) Different date format in ResultSet

     [ https://issues.apache.org/jira/browse/IGNITE-5720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Ostanin updated IGNITE-5720:
---------------------------------
    Attachment: example.zip

> 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
>         Attachments: example.zip
>
>
> 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)