You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by schernolyas <gi...@git.apache.org> on 2017/09/26 12:57:39 UTC

[GitHub] ignite pull request #2750: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

GitHub user schernolyas opened a pull request:

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

    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
    3. refactoring (remove unused 'log.info')

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

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

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

    https://github.com/apache/ignite/pull/2750.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 #2750
    
----
commit 10938b6ec77bd00037d96881c42174525fe0aa58
Author: Sergey Chernolyas <se...@gmail.com>
Date:   2017-09-26T12:56:44Z

    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
    3. refactoring (remove unused 'log.info')

----


---

[GitHub] ignite pull request #2750: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---