Issue Details (XML | Word | Printable)

Key: DERBY-2583
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mamta A. Satoor
Reporter: Mamta A. Satoor
Votes: 0
Watchers: 0
Operations

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

At code generation time, look at collation type to determine what kind of DVD should get generated for character types.

Created: 24/Apr/07 06:48 AM   Updated: 01/Jul/09 12:34 AM
Return to search "STDCXX IBM XLC++ issues"
Component/s: SQL
Affects Version/s: 10.3.1.4
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works DERBY2583_generate_right_DVD_for_character_DTD_v1_diff.txt 2007-04-24 08:04 AM Mamta A. Satoor 25 kB
Text File Licensed for inclusion in ASF works DERBY2583_generate_right_DVD_for_character_DTD_v1_stat.txt 2007-04-24 08:04 AM Mamta A. Satoor 2 kB
Issue Links:
Dependants
 

Resolution Date: 16/May/07 04:47 PM


 Description  « Hide
Currently, in Derby 10.2, we generate SQLChar/SQLVarchar/SQLLongvarchar/SQLClob for various SQL character types. All these DVDs have the default collation of UCS_BASIC.

Starting 10.3, we should look at the collation type of the DTD before deciding what kind of DVD gets generated for SQL character types. If the collation type of the character type is terriotry based collation, then we should generate CollatorSQLChar/CollatorSQLVarchar/CollatorSQLLongvarchar/CollatorSQLClob rather than SQLChar/SQLVarchar/SQLLongvarchar/SQLClob. The CollatorSQLxxx DVDs will have the territory based collator associated with them and hence the collation order of these DVDs will be different than the DVDs with default collation of UCS_BASIC.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.