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 2018/03/22 11:57:00 UTC

[jira] [Commented] (IGNITE-6765) ODBC: Error when closing executed DML statement.

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

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

Github user isapego closed the pull request at:

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


> ODBC: Error when closing executed DML statement.
> ------------------------------------------------
>
>                 Key: IGNITE-6765
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6765
>             Project: Ignite
>          Issue Type: Bug
>          Components: odbc
>    Affects Versions: 2.2
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Critical
>              Labels: important, odbc
>             Fix For: 2.4
>
>
> There is an error, on attempt to close executed DML statement:
> {code}
> SQLRETURN ret = SQLExecDirect(stmt, "UPDATE Person SET salary=1000 WHERE _key=2" , SQL_NTS);
> assert(ret == SQL_SUCCESS);
> ret = SQLFreeStmt(stmt, SQL_CLOSE);
> assert(ret == SQL_SUCCESS);
> {code}
> The error message is "Failed to close statement: HY000: Failed to find query with ID: <some_id>"



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