[teiid-issues] [JBoss JIRA] (TEIID-5311) Sybase implicit Convertion of String value 'yyyy-MM-dd HH:mm' into a Date value Causes mismatches in JDV Date comparison

Steven Hawkins (JIRA) issues at jboss.org
Fri Sep 7 09:18:00 EDT 2018


     [ https://issues.jboss.org/browse/TEIID-5311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-5311:
----------------------------------
    Fix Version/s: 11.2
                       (was: 11.x)


> Sybase implicit Convertion of String value 'yyyy-MM-dd HH:mm' into a Date value Causes mismatches in JDV Date comparison
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-5311
>                 URL: https://issues.jboss.org/browse/TEIID-5311
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Query Engine
>            Reporter: Anu Saji
>            Assignee: Steven Hawkins
>            Priority: Minor
>             Fix For: 11.2
>
>         Attachments: eniqpreparser_v4.zip
>
>
> Sybase implicitly converts a String value 'yyyy-MM-dd HH:mm' into a Date value.
> This format is not standard and this conversion is specific to Sybase.
> As JDBC/Java standard, JDV implicitly converts
> 'yyyy-MM-dd HH:mm:ss' into a Timestamp value
> 'yyyy-MM-dd' into a Date value
> So JDV does not considered 'yyyy-MM-dd HH:mm' as a Date value and does not proceed to any implicit conversion. 'yyyy-MM-dd HH:mm'  remains like a String value which partially matches with Date comparison  
> Constraint
> We cannot modify the incoming query



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the teiid-issues mailing list