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

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

GitHub user schernolyas opened a pull request:

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

    IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

    changes:
    1) develop test for check all supported types for parameterized queries
    2) add support BigDecimal type as type of paraameter's value

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

    $ git pull https://github.com/schernolyas/ignite IGNITE-6286-DEV1

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

    https://github.com/apache/ignite/pull/2737.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 #2737
    
----
commit f4e882e6dc4d829e1e143ee050108c21e55afac4
Author: Sergey Chernolyas <[email protected]>
Date:   2017-09-25T07:47:03Z

    IGNITE-6286: fix org.h2.jdbc.JdbcSQLException
    
    changes:
    1) develop test for check all supported types for parameterized queries
    2) add support BigDecimal type as type of paraameter's value

----


> org.h2.jdbc.JdbcSQLException: Hexadecimal string with odd number of characters
> ------------------------------------------------------------------------------
>
>                 Key: IGNITE-6286
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6286
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Sergey Chernolyas
>            Assignee: Sergey Chernolyas
>
> Binding values  of some types to parameterized queries leads to the exception 
>  (see fill stacktrace in comments).
> Also, the exception *blocks* using parameterized queries for Hibernate OGM.
> I proceed the exception for String type. For control it, I developed test ( 
> see 
> org.apache.ignite.internal.processors.query.IgniteSqlParameterizedQueryTest)  
> .  
> The exception reproduced for BigDecimal type in 2.3-snapshot.



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

Reply via email to