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

2017-09-26 Thread schernolyas
Github user schernolyas closed the pull request at:

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


---


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

2017-09-25 Thread schernolyas
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 
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




---