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/08/09 14:15:00 UTC

[jira] [Commented] (IGNITE-5995) ODBC: SQLGetData gets data for the next row instead of current

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

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

GitHub user isapego opened a pull request:

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

    IGNITE-5995: ODBC: Fix for SQLGetData

    

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

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

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

    https://github.com/apache/ignite/pull/2421.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 #2421
    
----
commit af8c1a82977504378adabf35a8d58d444f81dfe9
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-08-08T16:55:46Z

    IGNITE-5995: Added tests.

commit 89064118f2e070de7785ce3cec251273d171ab0f
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-08-08T17:50:44Z

    IGNITE-5995: Fix for tests

commit f2ce7cee88bac5796c705fab297de1fb900a1bb0
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-08-08T17:51:19Z

    IGNITE-5995: Meta queries fixed

----


> ODBC: SQLGetData gets data for the next row instead of current
> --------------------------------------------------------------
>
>                 Key: IGNITE-5995
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5995
>             Project: Ignite
>          Issue Type: Bug
>          Components: odbc
>    Affects Versions: 2.1
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>             Fix For: 2.2
>
>
> {{SQLGetData}} when called after {{SQLFetch}} should retrieve data from the same row as {{SQLFetch}}. But currently, {{SQLGetData}} retrieves data from the next row.



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