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)