Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30E85200D0E for ; Tue, 26 Sep 2017 14:57:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F6D91609C1; Tue, 26 Sep 2017 12:57:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A7031609B4 for ; Tue, 26 Sep 2017 14:57:40 +0200 (CEST) Received: (qmail 8023 invoked by uid 500); 26 Sep 2017 12:57:39 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 8012 invoked by uid 99); 26 Sep 2017 12:57:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2017 12:57:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1B8DDF54EF; Tue, 26 Sep 2017 12:57:39 +0000 (UTC) From: schernolyas To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2750: IGNITE-6286: fix org.h2.jdbc.JdbcSQLException Content-Type: text/plain Date: Tue, 26 Sep 2017 12:57:39 +0000 (UTC) archived-at: Tue, 26 Sep 2017 12:57:41 -0000 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 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') ---- ---