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 "Kristian Waagan (Resolved) (JIRA)" <ji...@apache.org> on 2011/10/11 12:05:11 UTC

[jira] [Resolved] (DERBY-2720) remove dead code associated with unsupported National Char implementation

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

Kristian Waagan resolved DERBY-2720.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.9.0.0

Thanks, Knut Anders.

Committed patch 2a to trunk with revision 1181679.

I don't know if it is a goal in itself to remove LocaleFinder, but if so a separate JIRA should be created for that task.
There may be more dead code left, in that case I also suggest creating a new JIRA.
                
> remove dead code associated with unsupported National Char implementation
> -------------------------------------------------------------------------
>
>                 Key: DERBY-2720
>                 URL: https://issues.apache.org/jira/browse/DERBY-2720
>             Project: Derby
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Mike Matrigali
>            Assignee: Mamta A. Satoor
>            Priority: Minor
>             Fix For: 10.3.3.1, 10.9.0.0
>
>         Attachments: derby-2720-1a-remove_sqlchar_getXFormat.diff, derby-2720-2a-remove_getNationalString.diff
>
>
> Derby still has some untested, unused code relating to a non-standard implementation of a Nationa Char type.  The current code can be removed.  
> I believe the interesting functionality associated with this is now provided by DERBY-1478 (territory based collation) .  If  Derby ever implements a
> National Char type it should do so differently than the existing code, collation should not be tied to the National Char type.    
> I believe a future National char type might have to maintain a separate type id for compatibility with jdbc interface, but actual implmentation should be
> the same code as the char types.  Collating of the the national char type should be supported in exactly same way as regular char types.
> If anyone is really intested in the national char code, it's history will always be available in svn, and a consistent version is available by looking at 10.0, 10.1,
> and 10.2 codelines.  I would propose any removal of code only take place in trunk and not be backported to a released codeline.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira