[
https://issues.apache.org/jira/browse/IGNITE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16140081#comment-16140081
]
ASF GitHub Bot commented on IGNITE-6130:
----------------------------------------
GitHub user tledkov-gridgain opened a pull request:
https://github.com/apache/ignite/pull/2510
IGNITE-6130 JDBC Thin: JdbcThinResultSet must support types conversions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-6130
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2510.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 #2510
----
commit 99a02afab6248bb32e2bb5cda4f7d595ec04c62c
Author: tledkov-gridgain <[email protected]>
Date: 2017-08-24T12:57:17Z
IGNITE-6130 JDBC Thin: JdbcThinResultSet must support types conversions
----
> JDBC Thin: JdbcThinResultSet must support types conversions
> ------------------------------------------------------------
>
> Key: IGNITE-6130
> URL: https://issues.apache.org/jira/browse/IGNITE-6130
> Project: Ignite
> Issue Type: Task
> Components: jdbc
> Affects Versions: 2.1
> Reporter: Taras Ledkov
> Assignee: Taras Ledkov
>
> Now JdbcThinResultSet 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
(v6.4.14#64029)