You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Rainer Döbele (JIRA)" <em...@incubator.apache.org> on 2017/10/18 11:07:00 UTC

[jira] [Created] (EMPIREDB-265) DDL syntax for DROP statements contains invalid quotes when a schema name is given.

Rainer Döbele created EMPIREDB-265:
--------------------------------------

             Summary: 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öbele
            Assignee: Rainer Döbele


DBDDLGenerator.getSQLScript() generates an invalid statement for DROP actions if a schema name is provided. Schema and name are wrapped in quotes, making the schema name part of the index name. Instead the index Name must be quoted separately if required.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)