When character type columns are added by CREATE TABLE and ALTER TABLE, their 
collation type should be set to the containing schema's collation type.
----------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: DERBY-2530
                 URL: https://issues.apache.org/jira/browse/DERBY-2530
             Project: Derby
          Issue Type: New Feature
          Components: SQL
    Affects Versions: 10.3.0.0
            Reporter: Mamta A. Satoor
         Assigned To: Mamta A. Satoor


Persistent user defined character columns get added through CREATE TABLE and 
ALTER TABLE statements, These 2 statements should set the collation type of 
character columns' to the same value as the collation type of the schema they 
belong to. This collation type will get saved in SYSCOLUMNS and will also be 
saved in the metadata maintained by Store.

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

Reply via email to