You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2016/09/15 02:45:20 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov updated IGNITE-3791:
-------------------------------------
    Fix Version/s: 1.8

> 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
>    Affects Versions: 1.7
>            Reporter: Igor Rudyak
>            Assignee: Igor Rudyak
>             Fix For: 1.8
>
>
> 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)