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.patchTo 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')
----
---