Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In the MariaDbClob.getSubString use java.lang.String.substring but MariaDbClob.length uses codePointCount.
It means String will be truncated unexpectedly in next code if String contains 4 byte UTF-8. because Java uses 2 chars for 4 byte unicode.
clob.getSubString(1L, (int)clob.length());
It makes issue with mybatis ClobTypeHandler.
https://github.com/mybatis/mybatis-3/blob/master/src/main/java/org/apache/ibatis/type/ClobTypeHandler.java
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 2.4.0 [ 23154 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Labels | need_feedback |
Priority | Major [ 3 ] | Critical [ 2 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Fix Version/s | 1.8.0 [ 23312 ] |
Workflow | MariaDB v3 [ 86060 ] | MariaDB v4 [ 135055 ] |