Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita535cd1

Browse files
author
Michael Meskes
committed
removed "not fully implemented" warning for nullif
1 parent8c3cb43 commita535cd1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,5 +1134,9 @@ Thu Oct 18 12:57:04 CEST 2001
11341134

11351135
- Added patch by Lee Kindness <lkindness@csl.co.uk> fixing several
11361136
bugs.
1137+
1138+
Fri Oct 19 16:32:06 CEST 2001
1139+
1140+
- Removed "not yet fully implemented" warnig for nullif.
11371141
- Set ecpg version to 2.9.0.
11381142
- Set library version to 3.3.0.

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3608,8 +3608,6 @@ case_expr: CASE case_arg when_clause_list case_default END_TRANS
36083608
|NULLIF'('a_expr','a_expr')'
36093609
{
36103610
$$ = cat_str(5, make_str("nullif("),$3, make_str(","),$5, make_str(")"));
3611-
3612-
mmerror(ET_NOTICE,"NULLIF() not yet fully implemented");
36133611
}
36143612
|COALESCE'('expr_list')'
36153613
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp