[jira] [Commented] (IGNITE-8838) Query cursor is open after INSERT call

2018-06-20 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-8838:


Github user isapego closed the pull request at:

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


> 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
>  Labels: cpp
> Fix For: 2.6
>
>
> Ignite ODBC driver returns open cursor for an insert command.
> {code}
> 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
> {code}



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


[jira] [Commented] (IGNITE-8838) Query cursor is open after INSERT call

2018-06-20 Thread Sergey Kalashnikov (JIRA)


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

Sergey Kalashnikov commented on IGNITE-8838:


[~isapego], looks good to me.

> 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
>  Labels: cpp
> Fix For: 2.6
>
>
> Ignite ODBC driver returns open cursor for an insert command.
> {code}
> 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
> {code}



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


[jira] [Commented] (IGNITE-8838) Query cursor is open after INSERT call

2018-06-20 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-8838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)