Darrel Schneider created GEODE-4991:
---------------------------------------

             Summary: 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
            Reporter: Darrel Schneider


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)

Reply via email to