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 2018/09/18 10:02:00 UTC

[jira] [Commented] (IGNITE-9629) JDBCv2: JdbcResultSet must support types conversions

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

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

GitHub user tledkov-gridgain opened a pull request:

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

    IGNITE-9629 JDBCv2: supports types conversions at the JdbcResultSet

    

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

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

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

    https://github.com/apache/ignite/pull/4781.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 #4781
    
----
commit 62cf76d910af0e6d57327ee3af6c2a4ba9621f0d
Author: tledkov-gridgain <tl...@...>
Date:   2018-09-18T10:01:17Z

    IGNITE-9629 JDBCv2: supports types conversions at the JdbcResultSet

----


> JDBCv2: JdbcResultSet must support types conversions
> ----------------------------------------------------
>
>                 Key: IGNITE-9629
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9629
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 2.6
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Major
>             Fix For: 2.7
>
>
> Now {{JdbcResultSet}} doesn't support data types transformation.
> e.g.: if the attribute type is SHORT
> all the methods below must return valid value::
> {{getByte, getShort, getInt, getLong, getFloat, getDouble, getBigDecimal, getBoolean, getString, getNString}}
> See the table B-6 at the JDBC spec  (see also [8.9.5 and 8.9.6|http://docs.oracle.com/javase/6/docs/technotes/guides/jdbc/getstart/mapping.html#996857]).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)