Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E77501830B for ; Mon, 23 Nov 2015 09:00:18 +0000 (UTC) Received: (qmail 75219 invoked by uid 500); 23 Nov 2015 09:00:18 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 75031 invoked by uid 500); 23 Nov 2015 09:00:18 -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 74497 invoked by uid 99); 23 Nov 2015 09:00:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2015 09:00:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 233142C1F5B for ; Mon, 23 Nov 2015 09:00:18 +0000 (UTC) Date: Mon, 23 Nov 2015 09:00:18 +0000 (UTC) From: "Denis Magda (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1979) Cache name requirement violates SQL ANSI-99 standard MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Denis Magda created IGNITE-1979: ----------------------------------- Summary: Cache name requirement violates SQL ANSI-99 standard Key: IGNITE-1979 URL: https://issues.apache.org/jira/browse/IGNITE-1979 Project: Ignite Issue Type: Bug Components: SQL Affects Versions: ignite-1.4 Reporter: Denis Magda Priority: Critical Fix For: 1.6 According to SQL ANSI-99 standard the schema name (corresponds to a cache name in Ignite) is case insensitive. However Ignite has the requirement to put a cache name into the quotation marks. This violates the standard. The main reasons of that is because a cache name in Ignite is case sensitive and can contain all kind of symbols that are not supported by underlying H2 engine. Proposed to introduce a new configuration property to {{CacheConfiguration}} that will let the end user to turn off current Ignite requirement. -- This message was sent by Atlassian JIRA (v6.3.4#6332)