Darrel Schneider created GEODE-4894:
---------------------------------------
Summary: JDBC connector needs to be work with databases support
for mixed case identifiers
Key: GEODE-4894
URL: https://issues.apache.org/jira/browse/GEODE-4894
Project: Geode
Issue Type: Bug
Components: docs, extensions, regions
Reporter: Darrel Schneider
Currently, the jdbc connector will convert a database column name to all lower
case if a region mapping for that column does not exist. But it is possible
that the database supports mixed case identifiers in which case the connector
should honor the mixed case column name.
Also, when the connector is creating the prepared statement, the string it uses
does not quote the column names in that string. They should be quoted since the
database may support mixed case quoted identifiers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)