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

[jira] [Created] (IGNITE-3938) JDBC POJO should support escaping for database schema, table and field names

Alexey Kuznetsov created IGNITE-3938:
----------------------------------------

             Summary: JDBC POJO should support escaping for database schema, table and field names
                 Key: IGNITE-3938
                 URL: https://issues.apache.org/jira/browse/IGNITE-3938
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.6
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 1.8


Sometimes database names could be very *strange* and this could be handled only via escaping. We need to support this.
Adding {code}String JdbcDialect.escape(name){code} method looks like a good solution.



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