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

Commit67e1ae9

Browse files
author
Michael Meskes
committed
List VALUE as a keyword.
1 parent1688848 commit67e1ae9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,10 @@ Tue Oct 5 12:45:48 CEST 2004
18731873
Mon Oct 18 15:34:51 CEST 2004
18741874

18751875
- Synced parser.
1876+
1877+
Wed Nov 10 14:43:50 CET 2004
1878+
1879+
- List VALUE as a keyword.
18761880
- Set ecpg version to 3.2.0.
18771881
- Set compat library version to 1.2.
18781882
- Set ecpg library version to 4.2.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.300 2004/11/05 19:16:43 tgl Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.301 2004/11/10 13:48:10 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -5763,6 +5763,7 @@ ECPGKeywords_vanames: SQL_BREAK{ $$ = make_str("break"); }
57635763
|SQL_SQLPRINT{$$ = make_str("sqlprint"); }
57645764
|SQL_SQLWARNING{$$ = make_str("sqlwarning"); }
57655765
|SQL_STOP{$$ = make_str("stop"); }
5766+
|SQL_VALUE{$$ = make_str("value"); }
57665767
;
57675768

57685769
ECPGKeywords_rest:SQL_CONNECT{$$ = make_str("connect"); }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp