You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Sapego (JIRA)" <ji...@apache.org> on 2017/08/25 13:42:01 UTC

[jira] [Created] (IGNITE-6188) ODBC: SQLSQLFreeStmt failing if called before all the rows from the result set were fetched.

Igor Sapego created IGNITE-6188:
-----------------------------------

             Summary: ODBC: SQLSQLFreeStmt failing if called before all the rows from the result set were fetched.
                 Key: IGNITE-6188
                 URL: https://issues.apache.org/jira/browse/IGNITE-6188
             Project: Ignite
          Issue Type: Bug
          Components: odbc
    Affects Versions: 2.1
            Reporter: Igor Sapego


Steps to reproduce: 
1. Execute select query with more then 1 row in result set.
2. Fetch results and close the cursor before detecting end of result set.
3. Check for statement error.

Error message:
{noformat}
HY000: Failed to find query with ID: 10
{noformat}



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