You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/05/02 18:22:16 UTC

[jira] [Closed] (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 ]

Anthony Baker closed GEODE-4894.
--------------------------------

> 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
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)