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/24 16:34:20 UTC

[jira] [Commented] (IGNITE-3757) ODBC: Scalar functions: Support aggregate functions.

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

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

GitHub user isapego opened a pull request:

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

    IGNITE-3757: Added tests for aggregate functions.

    

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

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

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

    https://github.com/apache/ignite/pull/983.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 #983
    
----
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 93a2d791558ed7dcdda9730091d9d5d25e1d95d0
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T13:01:31Z

    IGNITE-3736: Added SQL string functions support. Added tests.

commit 2aee06ee201b147b53af94456d99a98f8e1f2f98
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T13:35:10Z

    IGNITE-3736: Fix for Makefile.

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 60edb7368700aee8b121484c18eabe6490359f68
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T14:50:12Z

    IGNITE-3749: Added stub for numeric functions.

commit 583a0d3d161af205d906c6184a42f2db0c4109b0
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T15:08:01Z

    Merge branch 'ignite-1.6.6' into ignite-3749

commit f79d2552335072cd410f261ff78340fc9be48bbb
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T15:20:42Z

    IGNITE-3749: Added tests for numeric functions.

commit a8e8c833b50dcd1cab3cbdad471b0d9de6e778ff
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T15:30:18Z

    IGNITE-3749: Fix for makefiles.

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 9b11db3361de44ab357990a11c45a448c83b39dd
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T15:47:05Z

    Merge branch 'ignite-3749' into ignite-3757

commit d03cfb57bdd358f1d92e6489541288fe926e9e20
Author: isapego <is...@gridgain.com>
Date:   2016-08-24T16:32:23Z

    IGNITE-3757: Added tests for aggregate functions.

----


> ODBC: Scalar functions: Support aggregate functions.
> ----------------------------------------------------
>
>                 Key: IGNITE-3757
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3757
>             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/ms711681(v=vs.85).aspx#Anchor_16
> 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)