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 2017/09/01 16:47:00 UTC

[jira] [Commented] (IGNITE-6188) ODBC: SQLFreeStmt 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:comment-tabpanel&focusedCommentId=16150814#comment-16150814 ] 

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

GitHub user isapego opened a pull request:

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

    IGNITE-6188: ODBC: Fix for SQLFreeStmt(SQL_CLOSE).

    

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

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

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

    https://github.com/apache/ignite/pull/2581.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 #2581
    
----
commit 54f1c71c6a743406bba4f82ce1bb0810912dece2
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-09-01T16:29:08Z

    IGNITE-6188: Added test.

commit 7e30295db6cdb2571a0e996998cd0b6dc6785c1b
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-09-01T16:41:10Z

    IGNITE-6188: Fix

----


> ODBC: SQLFreeStmt 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
>            Assignee: Igor Sapego
>              Labels: important
>             Fix For: 2.3
>
>
> 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)