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

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
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 <[hidden email]>
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')

----


---
Reply | Threaded
Open this post in threaded view
|

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

andrey-kuznetsov
Github user asfgit closed the pull request at:

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


---