Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.0
Description
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.
Attachments
Issue Links
- duplicates
-
GEODE-4875 JdbcLoader will not always find an existing pdx field type if it is not all lower case
- Closed
- links to