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

[jira] [Commented] (IGNITE-3751) ODBC: Scalar functions: Support system functions.

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

ASF GitHub Bot commented on IGNITE-3751:
----------------------------------------

GitHub user isapego opened a pull request:

    https://github.com/apache/ignite/pull/985

    IGNITE-3751: ODBC: Added system functions support.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-3751

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/985.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #985
    
----
commit 4e9e7b8ee1c990bacdc2d081b706ca315927fdce
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-08-24T09:12:00Z

    IGNITE-3716: ODBC: Added SQL escape sequence parsing.

commit 118db2fcffe3534aa1e5f4b97b8fbe23891752c4
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-08-24T09:12:24Z

    Merge remote-tracking branch 'upstream/ignite-1.6.6' into ignite-1.6.6

commit c02ad87f863bd730e60fb7052547fa0848e7eb77
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T14:21:48Z

    IGNITE-3736: ODBC: Added support for string scalar functions. This closes #979.

commit 13dfcbe03aca137ee70698f6083df27c10ecdaf9
Author: vozerov-gridgain <vo...@gridgain.com>
Date:   2016-08-24T14:31:38Z

    IGNITE-3736: ODBC: Reverted back removed "supported" futures.

commit d6449ffbc65acda6a2cf4484608188367837dd17
Author: sboikov <sb...@gridgain.com>
Date:   2016-08-24T15:34:02Z

    Fixed issues on node stop:
    - in service processor need guard depExe access with busyLock
    - do not error log IO errors in ClientImpl on stop

commit 5a3b3e2c6ecb5d6c96513b79f21828526b4a98a0
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T09:35:07Z

    IGNITE-3749: ODBC: Added support for numeric scalar functions. This closes #981.

commit 17f0122a05a62fc5e7ee4cd2bada5a14e1beb53b
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T10:05:50Z

    IGNITE-3751: Added stub for system function tests.

commit 0e3a6e2df8b42f255a5a4688d5827dccaabfd3a4
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T11:34:31Z

    IGNITE-3757: ODBC: Added aggregate functions support. This closes #983.

commit 1059aa9debaa76def91150a1535fc291df505368
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T12:18:58Z

    IGNITE-3751: System functions tests added.

commit 03807bccf048169785d7e25cf5011503eb0e0358
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T12:24:03Z

    IGNITE-3751: Added system functions to SQLGetInfo.

commit 7813feee99d480875f667593944b1aa52b83e047
Author: isapego <is...@gridgain.com>
Date:   2016-08-25T12:27:23Z

    Merge remote-tracking branch 'origin/ignite-1.6.7' into ignite-3751

----


> ODBC: Scalar functions: Support system functions.
> -------------------------------------------------
>
>                 Key: IGNITE-3751
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3751
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: odbc
>    Affects Versions: 1.7
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Sapego
>             Fix For: 1.8
>
>
> 1) All the functions from the list must be supported: https://msdn.microsoft.com/en-us/library/ms710951(v=vs.85).aspx
> 2) Separate test for every function must be added.
> 3) If some of them cannot be supported immediately, then JIRA ticket must be created and linked to this ticket.



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