You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mamta A. Satoor (JIRA)" <ji...@apache.org> on 2007/05/01 19:04:16 UTC

[jira] Updated: (DERBY-2599) Set correct collation type and derivation on DataTypeDescriptor(DTD).

     [ https://issues.apache.org/jira/browse/DERBY-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mamta A. Satoor updated DERBY-2599:
-----------------------------------

    Attachment: DERBY2599_collationType_default_UCS_BASIC_v1_stat.txt
                DERBY2599_collationType_default_UCS_BASIC_v1_diff.txt

Committed attached patch DERBY2599_collationType_default_UCS_BASIC_v1_diff.txt using revision 534157. This patch will have the collation type default to UCS_BASIC. It can later be set to TERRITORY_BASED wherever applicable using DataTypeDescriptor.setCollationType.

> Set correct collation type and derivation on DataTypeDescriptor(DTD).
> ---------------------------------------------------------------------
>
>                 Key: DERBY-2599
>                 URL: https://issues.apache.org/jira/browse/DERBY-2599
>             Project: Derby
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 10.3.0.0
>            Reporter: Mamta A. Satoor
>         Assigned To: Mamta A. Satoor
>         Attachments: DERBY2599_collationType_default_UCS_BASIC_v1_diff.txt, DERBY2599_collationType_default_UCS_BASIC_v1_stat.txt, DERBY2599_IntermediatePatch_v1_diff.txt, DERBY2599_IntermediatePatch_v1_stat.txt
>
>
> DTD has TypeDescriptorImpl in it which has 2 new fields, namely, collationType and collationDerivation. These 2 fields are available for all different types of DTDs but only apply to character types. The other datatypes should ignore these 2 fields.
> This Jira is a placeholder for loading the correct values into collationType and collationDerivation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.