Issue Details (XML | Word | Printable)

Key: DERBY-2720
Type: Improvement Improvement
Status: Reopened Reopened
Priority: Minor Minor
Assignee: Mamta A. Satoor
Reporter: Mike Matrigali
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

remove dead code associated with unsupported National Char implementation

Created: 29/May/07 05:42 PM   Updated: 07/May/08 06:12 AM
Return to search
Component/s: SQL
Affects Version/s: None
Fix Version/s: 10.3.3.1

Time Tracking:
Not Specified


 Description  « Hide
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.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Mamta A. Satoor made changes - 16/Jan/08 05:00 PM
Field Original Value New Value
Assignee Mamta A. Satoor [ mamtas ]
Mamta A. Satoor made changes - 16/Jan/08 09:47 PM
Resolution Fixed [ 1 ]
Fix Version/s 10.4.0.0 [ 12312540 ]
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 10.3.2.2 [ 12312885 ]
Daniel John Debrunner made changes - 18/Mar/08 10:03 PM
Status Resolved [ 5 ] Reopened [ 4 ]
Resolution Fixed [ 1 ]
Andrew McIntyre made changes - 07/May/08 06:12 AM
Fix Version/s 10.4.1.3 [ 12313111 ]
Fix Version/s 10.3.2.2 [ 12312885 ]
Fix Version/s 10.3.3.1 [ 12313143 ]