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 6C374200B91 for ; Thu, 15 Sep 2016 01:06:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6AEC8160AB4; Wed, 14 Sep 2016 23:06:59 +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 DB2CC160AD4 for ; Thu, 15 Sep 2016 01:06:58 +0200 (CEST) Received: (qmail 73538 invoked by uid 500); 14 Sep 2016 23:06:58 -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 73521 invoked by uid 99); 14 Sep 2016 23:06:57 -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; Wed, 14 Sep 2016 23:06:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AD0C3E03C0; Wed, 14 Sep 2016 23:06:57 +0000 (UTC) From: irudyak To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org References: In-Reply-To: Subject: [GitHub] ignite pull request #1062: IGNITE 3791 Wrap keyspace, table and column name ... Content-Type: text/plain Message-Id: <20160914230657.AD0C3E03C0@git1-us-west.apache.org> Date: Wed, 14 Sep 2016 23:06:57 +0000 (UTC) archived-at: Wed, 14 Sep 2016 23:06:59 -0000 GitHub user irudyak reopened a pull request: https://github.com/apache/ignite/pull/1062 IGNITE 3791 Wrap keyspace, table and column name with escape characters in generated CQL queries You can merge this pull request into a Git repository by running: $ git pull https://github.com/irudyak/ignite ignite-3791 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1062.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 #1062 ---- commit f38a14defd0f1ebd41e0f49ef19f44902d1780d0 Author: Igor Date: 2016-09-14T23:01:11Z printing index DDL statements if there are any indexes registered for a table commit 27e551fe10a9577d63ebb9e6849aba1de1e5def3 Author: Igor Date: 2016-09-14T23:02:22Z wrapped table name, keyspace name and column names with double quotes in all generated DDL/DML statements ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---