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

Commit21e0321

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parent20f0cfc commit21e0321

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,14 +570,17 @@ Sat Apr 24 12:39:07 CEST 1999
570570
- Allow more than one blank between EXEC and SQL.
571571
- Allow statements to be prepared from a character string, too.
572572

573-
FriMai 7 07:11:38 CEST 1999
573+
FriMay 7 07:11:38 CEST 1999
574574

575575
- Synced preproc.y with gram.y.
576576
- Fixed small bug in parser.
577577

578-
Thu Mai 13 13:51:26 CEST 1999
578+
Thu May 13 13:51:26 CEST 1999
579+
580+
- Synced preproc.y with gram.y.
581+
582+
Mon May 17 18:13:30 CEST 1999
579583

580584
- Synced preproc.y with gram.y.
581585
- Set library version to 3.0.0
582586
- Set ecpg version to 2.6.0
583-

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ LockStmt: LOCK_P opt_table relation_name opt_lock
26872687
}
26882688
;
26892689

2690-
opt_lock:lock_typeMODE{$$ =cat2_str($1, make1_str("mode")); }
2690+
opt_lock:INlock_typeMODE {$$ =cat3_str(make1_str("in"),$2, make1_str("mode")); }
26912691
|/*EMPTY*/ {$$ = make1_str("");}
26922692
;
26932693

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp