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

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

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

Anton Vinogradov (Jira)
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)