You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2018/03/19 20:09:00 UTC

[jira] [Assigned] (GEODE-4894) JDBC connector needs to be work with databases support for mixed case identifiers

     [ https://issues.apache.org/jira/browse/GEODE-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darrel Schneider reassigned GEODE-4894:
---------------------------------------

    Assignee: Darrel Schneider

> 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
>    Affects Versions: 1.4.0
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>
> 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)