[jira] [Created] (IGNITE-3791) Wrap keyspace, table and column name with escape characters in generated CQL queries

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3791) Wrap keyspace, table and column name with escape characters in generated CQL queries

Anton Vinogradov (Jira)
Igor Rudyak created IGNITE-3791:
-----------------------------------

             Summary: Wrap keyspace, table and column name with escape characters in generated CQL queries
                 Key: IGNITE-3791
                 URL: https://issues.apache.org/jira/browse/IGNITE-3791
             Project: Ignite
          Issue Type: Bug
          Components: ignite-cassandra
            Reporter: Igor Rudyak
            Assignee: Igor Rudyak


Sometimes user can specify Cassandra reserved word as a keyspace, table or column name. In such cases current implementation will fail to persist Ignite caches into Cassandra.

To prevent the problem, it's necessary to wrap keyspace, table and column names with escape characters (double quotes) in generated CQL queries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)