removed "not fully implemented" warning for nullif
authorMichael Meskes
Fri, 19 Oct 2001 14:31:44 +0000 (14:31 +0000)
committerMichael Meskes
Fri, 19 Oct 2001 14:31:44 +0000 (14:31 +0000)
src/interfaces/ecpg/ChangeLog
src/interfaces/ecpg/preproc/preproc.y

index ca0f3b570aa3c0b4fded64fa76c0b38319605e55..a2b413bb8a7999b6a97678171086fcc87cdde903 100644 (file)
@@ -1134,5 +1134,9 @@ Thu Oct 18 12:57:04 CEST 2001
 
    - Added patch by Lee Kindness  fixing several
      bugs.
+
+Fri Oct 19 16:32:06 CEST 2001
+
+   - Removed "not yet fully implemented" warnig for nullif.
    - Set ecpg version to 2.9.0.
         - Set library version to 3.3.0.
index 9be54c23c8ec66c28b264d3db8e4b08b3b9c7332..afd92b85c1cfb8ccec031299a3016c77098e0b4d 100644 (file)
@@ -3608,8 +3608,6 @@ case_expr:  CASE case_arg when_clause_list case_default END_TRANS
                 | NULLIF '(' a_expr ',' a_expr ')'
                                 {
                    $$ = cat_str(5, make_str("nullif("), $3, make_str(","), $5, make_str(")"));
-
-                   mmerror(ET_NOTICE, "NULLIF() not yet fully implemented");
                                 }
                 | COALESCE '(' expr_list ')'
                                 {