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

Commit75380d3

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parent4b583a8 commit75380d3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,5 +510,9 @@ Mon Mar 8 17:07:14 CET 1999
510510
Tue Mar 9 17:26:28 CET 1999
511511

512512
- Synced preproc.y with gram.y.
513+
514+
Sun Mar 14 15:44:18 CET 1999
515+
516+
- Synced preproc.y with gram.y.
513517
- Set library version to 3.0.0
514518
- Set ecpg version to 2.6.0

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,6 +3577,8 @@ a_expr: attr opt_indirection
35773577
{$$ = cat3_str($1, make1_str("<"),$3); }
35783578
|a_expr'>'a_expr
35793579
{$$ = cat3_str($1, make1_str(">"),$3); }
3580+
|a_expr'='NULL_P
3581+
{$$ = cat2_str($1, make1_str("= NULL")); }
35803582
|a_expr'='a_expr
35813583
{$$ = cat3_str($1, make1_str("="),$3); }
35823584
/* not possible in embedded sql| ':' a_expr

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp