Description
As per the wiki page http://wiki.apache.org/db-derby/BuiltInLanguageBasedOrderingDERBY-1478, assign correct collation type for results of user defined functions. The rule as copied from the wiki page is as follows
7)For user defined functions' that return character string type, the return type's collation will have the same collation as of the character set of the schema that the function is defined in. The collation derivation will be implicit.
Attachments
Issue Links
- is part of
-
DERBY-2599 Set correct collation type and derivation on DataTypeDescriptor(DTD).
- Closed
- relates to
-
DERBY-1478 Add built in language based ordering and like processing to Derby
- Closed