[
https://issues.apache.org/jira/browse/DERBY-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479336
]
Mamta A. Satoor commented on DERBY-2416:
----------------------------------------
The class will not have any knowledge of what kind of collation it is using.
Instead, it will just use the Collator object for comparison. The Collator
object will get passed to it in it's constructor.
> Provide a shell for a subclass of SQLChar which will have the collation based
> on the territory rather than SQLChar's default of UCS_BASIC
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2416
> URL: https://issues.apache.org/jira/browse/DERBY-2416
> Project: Derby
> Issue Type: New Feature
> Components: SQL
> Affects Versions: 10.3.0.0
> Reporter: Mamta A. Satoor
> Assigned To: Mamta A. Satoor
>
> This jira entry is one of the tasks involved in implementing DERBY-2336.
> The existing SQLChar datatype has the Derby's default collation which is
> UCS_BASIC defined on them. With Derby 10.3, we want to support an additional
> collation for char datatypes which will be based on the territory. This jira
> issue is the placeholder for creating subclass of SQLChar which will have the
> knowledge of territory based collation.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.