提交 75380d3e 编写于 作者: M Michael Meskes

*** empty log message ***

上级 4b583a8a
......@@ -510,5 +510,9 @@ Mon Mar 8 17:07:14 CET 1999
Tue Mar 9 17:26:28 CET 1999
- Synced preproc.y with gram.y.
Sun Mar 14 15:44:18 CET 1999
- Synced preproc.y with gram.y.
- Set library version to 3.0.0
- Set ecpg version to 2.6.0
......@@ -3577,6 +3577,8 @@ a_expr: attr opt_indirection
{ $$ = cat3_str($1, make1_str("<"), $3); }
| a_expr '>' a_expr
{ $$ = cat3_str($1, make1_str(">"), $3); }
| a_expr '=' NULL_P
{ $$ = cat2_str($1, make1_str("= NULL")); }
| a_expr '=' a_expr
{ $$ = cat3_str($1, make1_str("="), $3); }
/* not possible in embedded sql | ':' a_expr
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册