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 2017/11/20 12:02:00 UTC

[jira] [Commented] (IGNITE-6876) ODBC: Add support for SQL_ATTR_CONNECTION_TIMEOUT

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

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

GitHub user isapego opened a pull request:

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

    IGNITE-6876: ODBC: Added support for SQL_ATTR_CONNECTION_TIMEOUT

    

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

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

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

    https://github.com/apache/ignite/pull/3068.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 #3068
    
----
commit a503033eeb13a24f335a7393fce801b26025d26f
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-17T16:32:28Z

    IGNITE-6876: Implemented for Windows

commit 33517f2e4b4186de9239ff153c691895ddbe965e
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-17T17:33:33Z

    IGNITE-6876: Fixed

commit a674f9bc4acb9de956b377779bc08d67bd2d440b
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-20T09:18:39Z

    IGNITE-6876: Added timeout for queries

commit 1ff14fbec7b6757ff1ce3229dace6059ed563645
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-20T09:44:32Z

    IGNITE-6876: Added test

commit 28baac25e7ade92f5b0074cb74e7ce2671e0d233
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-20T10:25:04Z

    IGNITE-6876: Added tests

commit 8d70c4da9e711a4477e6d3f2679deed4e13325da
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-20T11:34:39Z

    IGNITE-6876: Linux part implemented

commit d56a0986da23e33162fc9d88d6ed4c37e0c7937d
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-11-20T11:50:41Z

    IGNITE-6876: Linux fixes

----


> ODBC: Add support for SQL_ATTR_CONNECTION_TIMEOUT
> -------------------------------------------------
>
>                 Key: IGNITE-6876
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6876
>             Project: Ignite
>          Issue Type: Improvement
>          Components: odbc
>    Affects Versions: 2.1
>            Reporter: Alexey Popov
>            Assignee: Igor Sapego
>             Fix For: 2.4
>
>
> Remote ODBC client should be able to request a timeout for socket send/receive operations. It should be done with {{SQL_ATTR_CONNECTION_TIMEOUT}} attribute.
> If an application with ODBC driver experiences a timeout for some query, it can continue to work after closing the connection and establishing a new one.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)