You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2018/04/12 20:18:10 UTC

[1/2] trafodion git commit: [TRAFODION-3020] regression issue

Repository: trafodion
Updated Branches:
  refs/heads/master ad1c67618 -> 82710576e


[TRAFODION-3020] regression issue


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/927df724
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/927df724
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/927df724

Branch: refs/heads/master
Commit: 927df7240050324817640a9ec2c2f0880f405b69
Parents: 6ca1d0f
Author: Liu Ming <ov...@sina.com>
Authored: Mon Apr 9 04:41:57 2018 -0400
Committer: Liu Ming <ov...@sina.com>
Committed: Mon Apr 9 04:41:57 2018 -0400

----------------------------------------------------------------------
 core/sql/parser/sqlparser.y | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/927df724/core/sql/parser/sqlparser.y
----------------------------------------------------------------------
diff --git a/core/sql/parser/sqlparser.y b/core/sql/parser/sqlparser.y
index 3697a57..b7fa098 100755
--- a/core/sql/parser/sqlparser.y
+++ b/core/sql/parser/sqlparser.y
@@ -2590,7 +2590,6 @@ static void enableMakeQuotedStringISO88591Mechanism()
 %type <item>      		datetime_value_function
 %type <item>      		datetime_misc_function
 %type <item>      		datetime_misc_function_used_as_default
-%type <item>      	        sequence_as_default	
 %type <stringval>  		format_attributes
 %type <pElemDDL>  		optional_constraint_attributes
 %type <pElemDDL>  		constraint_attributes


[2/2] trafodion git commit: PR-1510 [TRAFOFION-3020] FIx for parser regressions issue

Posted by an...@apache.org.
PR-1510 [TRAFOFION-3020] FIx for parser regressions issue


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/82710576
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/82710576
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/82710576

Branch: refs/heads/master
Commit: 82710576e463f4c21256e2bccc16e6cbeb8ef25b
Parents: ad1c676 927df72
Author: Anoop Sharma <an...@esgyn.com>
Authored: Thu Apr 12 20:17:49 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Thu Apr 12 20:17:49 2018 +0000

----------------------------------------------------------------------
 core/sql/parser/sqlparser.y | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/82710576/core/sql/parser/sqlparser.y
----------------------------------------------------------------------