[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-04-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafodion/pull/1481 ---

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-04-04 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r179320050 --- Diff: core/sql/regress/seabase/EXPECTED020 --- @@ -3945,4 +3945,35 @@ ?2 --- 1 row(s) selected

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-22 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176618285 --- Diff: core/sql/regress/seabase/EXPECTED020 --- @@ -3945,4 +3945,35 @@ ?2 --- 1 row(s) selected.

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176279153 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176278679 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176177437 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread anoopsharma00
Github user anoopsharma00 commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176166576 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176114627 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-21 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r176110128 --- Diff: core/sql/regress/seabase/EXPECTED020 --- @@ -3945,4 +3945,35 @@ ?2 --- 1 row(s) selected

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-20 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175966341 --- Diff: core/sql/regress/seabase/EXPECTED020 --- @@ -3945,4 +3945,35 @@ ?2 --- 1 row(s) selected.

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-20 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175964689 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-20 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175861985 --- Diff: core/sql/common/ComSmallDefs.h --- @@ -609,47 +609,59 @@ enum ComColumnClass { COM_UNKNOWN_CLASS #define COM_ALTERED_USER_COLUMN_LIT

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-20 Thread selvaganesang
Github user selvaganesang commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175876149 --- Diff: core/sql/regress/seabase/EXPECTED020 --- @@ -3945,4 +3945,35 @@ ?2 --- 1 row(s) selected

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-19 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175651051 --- Diff: core/sql/parser/ElemDDLColDef.h --- @@ -309,6 +312,8 @@ class ElemDDLColDef : public ElemDDLNode NABoolean seabaseSerialized_;

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-19 Thread traflm
Github user traflm commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175641075 --- Diff: core/sql/parser/sqlparser.y --- @@ -8734,6 +8738,30 @@ datetime_value_function : TOK_CURDATE '(' ')' $$ = new (PARSERHEAP(

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-19 Thread DaveBirdsall
Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1481#discussion_r175629733 --- Diff: core/sql/parser/sqlparser.y --- @@ -8734,6 +8738,30 @@ datetime_value_function : TOK_CURDATE '(' ')' $$ = new (PARSE

[GitHub] trafodion pull request #1481: [Trafodion-2335] support functions in the colu...

2018-03-18 Thread traflm
GitHub user traflm opened a pull request: https://github.com/apache/trafodion/pull/1481 [Trafodion-2335] support functions in the column default definition This PR add the support in column default definition the expansion to use following functions: uuid unix_timestamp