Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.8, 3.0.9, 3.1.0, 3.0.10, 3.1.1, 3.1.2, 3.1.3
-
None
Description
When decoding text as blob, connector 3.x throw an exeption like "Data type MEDIUMBLOB (not binary) cannot be decoded as Blob."
Even If corresponding to JDBC specification, this is too restrictive:
- in certain cases, it can make sense to use it with Blob in place of Clob
- previous 2.x and MySQL connector permit it.