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

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

     [ https://issues.apache.org/jira/browse/IGNITE-6188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego updated IGNITE-6188:
--------------------------------
    Fix Version/s: 2.2

> 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
>              Labels: important
>             Fix For: 2.2
>
>
> 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)