File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -510,5 +510,9 @@ Mon Mar 8 17:07:14 CET 1999
510
510
Tue Mar 9 17:26:28 CET 1999
511
511
512
512
- Synced preproc.y with gram.y.
513
+
514
+ Sun Mar 14 15:44:18 CET 1999
515
+
516
+ - Synced preproc.y with gram.y.
513
517
- Set library version to 3.0.0
514
518
- Set ecpg version to 2.6.0
Original file line number Diff line number Diff line change @@ -3577,6 +3577,8 @@ a_expr: attr opt_indirection
3577
3577
{ $$ = cat3_str($1 , make1_str(" <" ), $3 ); }
3578
3578
| a_expr ' >' a_expr
3579
3579
{ $$ = cat3_str($1 , make1_str(" >" ), $3 ); }
3580
+ | a_expr ' =' NULL_P
3581
+ { $$ = cat2_str($1 , make1_str(" = NULL" )); }
3580
3582
| a_expr ' =' a_expr
3581
3583
{ $$ = cat3_str($1 , make1_str(" =" ), $3 ); }
3582
3584
/* not possible in embedded sql | ':' a_expr
You can’t perform that action at this time.
0 commit comments