Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.6.0
-
None
Description
When doing a read using the JdbcLoader, if the region mapping has a pdx-class-name and does not have a pdx-field to column-name mapping, then it will only find the existing pdx field type if the field name is all lower case.
You will see a JdbcConnectorException with this message when you hit this bug:
"Could not find PdxType for field " + fieldNameĀ + ". Add class " + pdxClassName + " with " + fieldName + " to pdx registry."
Attachments
Issue Links
- is duplicated by
-
GEODE-4894 JDBC connector needs to be work with databases support for mixed case identifiers
- Closed
- links to