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/04/03 18:56:00 UTC

[jira] [Updated] (GEODE-4991) JDBC connector should not hard code quotes around identifiers in SQL statements

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

Darrel Schneider updated GEODE-4991:
------------------------------------
    Affects Version/s: 1.6.0

> JDBC connector should not hard code quotes around identifiers in SQL statements
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-4991
>                 URL: https://issues.apache.org/jira/browse/GEODE-4991
>             Project: Geode
>          Issue Type: Bug
>          Components: extensions, regions
>    Affects Versions: 1.6.0
>            Reporter: Darrel Schneider
>            Assignee: Darrel Schneider
>            Priority: Major
>
> Currently the JDBC connector has double quotes around all identifiers in SQL statements it creates.
> Instead of always using double quotes, it should instead ask JDBC using java.sql.DatabaseMetaData.getIdentifierQuoteString() what the quote string is and use that.
> For databases that do not support quoting identifiers a space is returned.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)