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

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

GitHub user isapego opened a pull request:

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

    IGNITE-8838: Fixed issue with two inserts without closing cursor.

    

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

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

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

    https://github.com/apache/ignite/pull/4228.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 #4228
    
----
commit ea6da1e9df51eebcfac4eb6b8db4b65d22d31907
Author: Igor Sapego <isapego@...>
Date:   2018-06-20T11:04:15Z

    IGNITE-8838: Fixed issue with two inserts without closing cursor.

----


> Query cursor is open after INSERT call 
> ---------------------------------------
>
>                 Key: IGNITE-8838
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8838
>             Project: Ignite
>          Issue Type: Bug
>          Components: odbc, platforms, sql
>    Affects Versions: 2.4
>            Reporter: Pavel Vinokurov
>            Assignee: Igor Sapego
>            Priority: Major
>
> Ignite ODBC driver returns open cursor for an insert command.
> AddStatusRecord: Adding new record: Query cursor is in open state already., 
> rowNum: 0, columnNum: 0
> SQLGetDiagField: SQLGetDiagField called: 1
> PutString: value: HY010
> SQLGetDiagField: SQLGetDiagField called: 2
> SQLGetDiagRec: SQLGetDiagRec called
> SQLGetDiagRec: SQLGetDiagRec called
> SQLGetDiagRec: SQLGetDiagRec called
> SQLParamOptions: SQLParamOptions called
> SQLBindParameter: SQLBindParameter called: 1, 1, 12
> SQLBindParameter: SQLBindParameter called: 2, 1, 12
> SQLBindParameter: SQLBindParameter called: 3, 1, 12



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to