[jira] [Created] (IGNITE-7260) DDL needs to support DEFAULT value for ADD COLUMN operation

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7260) DDL needs to support DEFAULT value for ADD COLUMN operation

Anton Vinogradov (Jira)
Taras Ledkov created IGNITE-7260:
------------------------------------

             Summary: DDL needs to support DEFAULT value for ADD COLUMN operation
                 Key: IGNITE-7260
                 URL: https://issues.apache.org/jira/browse/IGNITE-7260
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.3
            Reporter: Taras Ledkov


Constants default value support is added for {{CREATE TABLE}} operation on IGNITE-5623.
We have support also:
{{ALTER TABLE <table> ADD COLUMN <name> <type>  DEFAULT <val>}}

NB: all entries already exist in cache must be modified with default value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)