Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.6.2
-
None
Description
BasePrepareStatement.setObject() doesn't handle the Character data type, resulting in it falling back to sending the serialized version of the Character object.
This is of course compliant with JDBC, which does not define a mapping for the Character data type; however, since this was present in a previous version of the driver, upgrading broke our application and we had to deploy a workaround.
Attachments
Issue Links
- duplicates
-
CONJ-185 MySQLPreparedStatement.setObject cannot handle java.lang.Character type
- Closed