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/01 06:13:21 UTC

[jira] [Created] (IGNITE-3816) CacheJdbcPojoStore check for column names should be case insensitive

Alexey Kuznetsov created IGNITE-3816:
----------------------------------------

             Summary: CacheJdbcPojoStore check for column names should be case insensitive
                 Key: IGNITE-3816
                 URL: https://issues.apache.org/jira/browse/IGNITE-3816
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.6
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 1.8


Current logic just put column names as is and if user defined them in low register an NPE will be thrown because later search for column will be with upper case. Also if column not found a proper Excepton should be thrown, not NPE.



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