You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2016/08/25 15:20:20 UTC

[jira] [Comment Edited] (IGNITE-3764) ODBC: Support and test implicit functions (>, <, _, +, -, etc.).

    [ https://issues.apache.org/jira/browse/IGNITE-3764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437066#comment-15437066 ] 

Igor Sapego edited comment on IGNITE-3764 at 8/25/16 3:20 PM:
--------------------------------------------------------------

Tests for the following types and operators have been added:
{{INTEGER}}: +, -, /, %, *, >, <, >=, <=, =, !=
{{DOUBLE}}: +, -, /, %, *, >, <, >=, <=, =, !=
{{STRING}}: || (concatenation), >, <, >=, <=, =, !=

All tests pass. Operator '+' does not work for strings. Operator '==' does not work at all.


was (Author: isapego):
Tests for the following types and operators have been added:
{{INTEGER}}: +, -, /, %, *, >, <, >=, <=, =, !=
{{DOUBLE}}: +, -, /, %, *, >, <, >=, <=, =, !=
{{STRING}}: || (concatenation), >, <, >=, <=, =, !=

> ODBC: Support and test implicit functions (>, <, _, +, -, etc.).
> ----------------------------------------------------------------
>
>                 Key: IGNITE-3764
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3764
>             Project: Ignite
>          Issue Type: Task
>          Components: odbc
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Sapego
>             Fix For: 1.8
>
>
> The following functions must be supported and tested with all supported data types:
> !=
> %
> +
> \- 
> /
> <
> <=
> ==
> > 
> >= 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)