You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman (Jira)" <ji...@apache.org> on 2020/12/08 22:20:00 UTC

[jira] [Created] (IGNITE-13830) SQL COPY command: implement table and column names escaping

Roman created IGNITE-13830:
------------------------------

             Summary: SQL COPY command: implement table and column names escaping
                 Key: IGNITE-13830
                 URL: https://issues.apache.org/jira/browse/IGNITE-13830
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.9
            Reporter: Roman


It's impossible to escape table names and column names with [`] sign using sql copy command. It terminates with sql syntax errors if there are column names like *year* or *service* in the schema or  if the column name contains the dash sign.
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)