Ilya Kasnacheev created IGNITE-9334: ---------------------------------------
Summary: Web Console should set sqlEscapeAll in generated sources when needed Key: IGNITE-9334 URL: https://issues.apache.org/jira/browse/IGNITE-9334 Project: Ignite Issue Type: Bug Reporter: Ilya Kasnacheev As witnessed by userlist discussion. When some column or table names contain special characters, sqlEscapeAll=true is needed. But, Web Console doesn't know to set this parameter to true in generated server and client XMLs. My expectation, either set it to true if any of identifiers is not isJavaIdentifier, or just always set it to true. sqlEscapeAll should also be documented. -- This message was sent by Atlassian JIRA (v7.6.3#76005)