[GitHub] trafodion pull request #1608: jira TRAFODION-1782 Auto assignment of NOT NUL...

2018-06-13 Thread zellerh
Github user zellerh commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1608#discussion_r195274939 --- Diff: core/sql/sqlcomp/CmpSeabaseDDLtable.cpp --- @@ -8047,14 +8149,36 @@ void CmpSeabaseDDL::alterSeabaseTableAddPKeyConstraint( if (cliRC <

[GitHub] trafodion pull request #1608: jira TRAFODION-1782 Auto assignment of NOT NUL...

2018-06-13 Thread anoopsharma00
GitHub user anoopsharma00 opened a pull request: https://github.com/apache/trafodion/pull/1608 jira TRAFODION-1782 Auto assignment of NOT NULL attr to primary key cols details in jira. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafodion pull request #1604: Trafodion 2884

2018-06-13 Thread zcorrea
Github user zcorrea commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1604#discussion_r195174647 --- Diff: core/sqf/sqenvcom.sh --- @@ -673,17 +673,31 @@ export SQ_LUNMGR_VERBOSITY=1 # Control SQ default startup behavior (c=cold, w=warm, if

[GitHub] trafodion pull request #1604: Trafodion 2884

2018-06-13 Thread svarnau
Github user svarnau commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1604#discussion_r195160478 --- Diff: core/sqf/sqenvcom.sh --- @@ -673,17 +673,31 @@ export SQ_LUNMGR_VERBOSITY=1 # Control SQ default startup behavior (c=cold, w=warm, if

[GitHub] trafodion pull request #1604: Trafodion 2884

2018-06-13 Thread zcorrea
Github user zcorrea commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1604#discussion_r195155067 --- Diff: core/sqf/sqenvcom.sh --- @@ -673,17 +673,31 @@ export SQ_LUNMGR_VERBOSITY=1 # Control SQ default startup behavior (c=cold, w=warm, if

[GitHub] trafodion pull request #1605: [TRAFODION-3104] Add Syntax Descriptions for *...

2018-06-13 Thread robertamarton
Github user robertamarton commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1605#discussion_r195132039 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc --- @@ -5268,95 +5268,99 @@ displays a list of all the existing components.

[GitHub] trafodion pull request #1605: [TRAFODION-3104] Add Syntax Descriptions for *...

2018-06-13 Thread robertamarton
Github user robertamarton commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1605#discussion_r195129619 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_statements.adoc --- @@ -5268,95 +5268,99 @@ displays a list of all the existing components.

[GitHub] trafodion pull request #1606: [TRAFODION-3105] DatabaseMetaData.getColumns s...

2018-06-13 Thread mashengchen
Github user mashengchen commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1606#discussion_r195020882 --- Diff: core/sqf/sqenvcom.sh --- @@ -40,12 +40,12 @@ export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_ export

[GitHub] trafodion pull request #1606: [TRAFODION-3105] DatabaseMetaData.getColumns s...

2018-06-13 Thread venkat1m
Github user venkat1m commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1606#discussion_r194968081 --- Diff: core/sqf/sqenvcom.sh --- @@ -40,12 +40,12 @@ export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_ export

[GitHub] trafodion pull request #1599: Trafodion 3099

2018-06-13 Thread gdgy
Github user gdgy closed the pull request at: https://github.com/apache/trafodion/pull/1599 ---

[GitHub] trafodion pull request #1606: [TRAFODION-3105] meta.getColumns should return...

2018-06-13 Thread mashengchen
GitHub user mashengchen opened a pull request: https://github.com/apache/trafodion/pull/1606 [TRAFODION-3105] meta.getColumns should return 24 columns odbc & jdbc have two rules, odbc return 18 columns while jdbc needs 24 columns, so there use two case to separate. also we