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)