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 C2BE6200D08 for ; Thu, 21 Sep 2017 10:52:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C14C01609D0; Thu, 21 Sep 2017 08:52:01 +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 0A66D1609B8 for ; Thu, 21 Sep 2017 10:52:00 +0200 (CEST) Received: (qmail 17393 invoked by uid 500); 21 Sep 2017 08:52:00 -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 17382 invoked by uid 99); 21 Sep 2017 08:51:59 -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; Thu, 21 Sep 2017 08:51:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B9BA2F5697; Thu, 21 Sep 2017 08:51:59 +0000 (UTC) From: tledkov-gridgain To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2712: IGNITE-6457: support schema case conversion at th... Content-Type: text/plain Date: Thu, 21 Sep 2017 08:51:59 +0000 (UTC) archived-at: Thu, 21 Sep 2017 08:52:02 -0000 GitHub user tledkov-gridgain opened a pull request: https://github.com/apache/ignite/pull/2712 IGNITE-6457: support schema case conversion at the JDBC thin driver c… …onnection URL. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6457 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2712.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 #2712 ---- commit 6d2d901319d41bf03c38dbfa89443ed0c2ed117d Author: tledkov-gridgain Date: 2017-09-21T08:51:11Z IGNITE-6457: support schema case conversion at the JDBC thin driver connection URL. ---- ---