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/31 12:56:01 UTC

[jira] [Commented] (IGNITE-6220) Values of types int and long[] are not delivered via JDBC

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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-6220 Values of types int and long[] are not delivered via JDBC

    

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

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

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

    https://github.com/apache/ignite/pull/2563.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 #2563
    
----
commit e49234cda6445786d325ea3f8ae8ad6d52936790
Author: tledkov-gridgain <tl...@gridgain.com>
Date:   2017-08-31T12:50:52Z

    IGNITE-6220 Values of types int and long[] are not delivered via JDBC

----


> Values of types int and long[] are not delivered via JDBC
> ---------------------------------------------------------
>
>                 Key: IGNITE-6220
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6220
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 2.1
>            Reporter: Pranas Baliuka
>            Assignee: Taras Ledkov
>              Labels: arrays
>             Fix For: 2.3
>
>         Attachments: Screen Shot 2017-08-30 at 16.19.25.png
>
>
> I've tried Low GC prototype to populate collocated server node without replication and access it via JDBC.
> Issues detected:
> * The JDBC column "TIME" with type long[] is not delivered;
> * Duplicate entries in the result set;
> * Key column of type int is used for filtering, but not delivered to the JDBC Record set.
> To reproduce:
> [Git:https://github.com/pranasblk/ignite-not-flushing/tree/MIssingJDBCTypes]
> * Run IgniteNode main
> * Run JDBC main / or connect via favourite JDBC supporting client



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