[
https://issues.apache.org/jira/browse/DERBY-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dag H. Wanvik updated DERBY-4040:
---------------------------------
Bug behavior facts: [Regression, Wrong query result] (was: [Regression])
> SQLChar.getLength returns wrong length for some data values
> -----------------------------------------------------------
>
> Key: DERBY-4040
> URL: https://issues.apache.org/jira/browse/DERBY-4040
> Project: Derby
> Issue Type: Bug
> Components: SQL
> Affects Versions: 10.3.3.1, 10.4.2.0, 10.5.1.1
> Reporter: Kristian Waagan
> Assignee: Kristian Waagan
> Fix For: 10.3.3.1, 10.4.2.1, 10.5.1.1
>
> Attachments: derby-4040-1a-SQLChar_length_and_test.diff,
> derby-4040-1a-SQLChar_length_and_test.stat, derby-4040-2a-backport.diff
>
>
> SQLChar.getLength() returns the wrong length of the data value in some cases.
> For the bug to be triggered, the value must contain characters that are
> represented by two or three bytes, and Derby must store the value as a stream.
> In my ad-hoc testing, I found that a value of length 10886 with CJK
> characters doesn't trigger the bug, but 10887 does trigger the bug. Further,
> for a range of lengths the bug can also been observed for CLOB columns (when
> doing 'select length(clobcolumn)').
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.