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 C6CB6200D28 for ; Mon, 23 Oct 2017 11:27:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C535C1609CE; Mon, 23 Oct 2017 09:27:08 +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 18DA9160BF0 for ; Mon, 23 Oct 2017 11:27:07 +0200 (CEST) Received: (qmail 3123 invoked by uid 500); 23 Oct 2017 09:27:07 -0000 Mailing-List: contact commits-help@empire-db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@empire-db.apache.org Delivered-To: mailing list commits@empire-db.apache.org Received: (qmail 3112 invoked by uid 500); 23 Oct 2017 09:27:07 -0000 Delivered-To: apmail-incubator-empire-db-commits@incubator.apache.org Received: (qmail 3109 invoked by uid 99); 23 Oct 2017 09:27:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Oct 2017 09:27:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5C437180643 for ; Mon, 23 Oct 2017 09:27:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.718 X-Spam-Level: * X-Spam-Status: No, score=1.718 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id nD2roY9qr3lD for ; Mon, 23 Oct 2017 09:27:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 7619761095 for ; Mon, 23 Oct 2017 09:27:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4605BE0E85 for ; Mon, 23 Oct 2017 09:27:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6EA2124360 for ; Mon, 23 Oct 2017 09:27:02 +0000 (UTC) Date: Mon, 23 Oct 2017 09:27:02 +0000 (UTC) From: =?utf-8?Q?Rainer_D=C3=B6bele_=28JIRA=29?= To: empire-db-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (EMPIREDB-265) DDL syntax for DROP statements contains invalid quotes when a schema name is given. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 23 Oct 2017 09:27:08 -0000 [ https://issues.apache.org/jira/browse/EMPIREDB-265?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rainer D=C3=B6bele resolved EMPIREDB-265. ------------------------------------ Resolution: Fixed Fix Version/s: empire-db-2.4.7 fixed DDL Syntax f=C3=BCr DROP statements > DDL syntax for DROP statements contains invalid quotes when a schema name= is given. > -------------------------------------------------------------------------= ---------- > > Key: EMPIREDB-265 > URL: https://issues.apache.org/jira/browse/EMPIREDB-265 > Project: Empire-DB > Issue Type: Bug > Components: Core > Reporter: Rainer D=C3=B6bele > Assignee: Rainer D=C3=B6bele > Fix For: empire-db-2.4.7 > > > DBDDLGenerator.getSQLScript() generates an invalid statement for DROP act= ions if a schema name is provided. Schema and name are wrapped in quotes, m= aking the schema name part of the index name. Instead the index Name must b= e quoted separately if required. -- This message was sent by Atlassian JIRA (v6.4.14#64029)