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

Commitc8e0d68

Browse files
author
Michael Meskes
committed
Added lost sysmbol SQL_SQL to list of allowed variable names.
1 parent393ad11 commitc8e0d68

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
@@ -2358,6 +2358,10 @@ Tue, 20 May 2008 17:31:01 +0200
23582358
- Made ecpg parser use backend provided keyword list. One less file to
23592359
sync manually.
23602360
- Changed whenever test so exit value is 0.
2361+
2362+
Wed, 04 Jun 2008 14:22:30 +0200
2363+
2364+
- Added lost symbol SQL to list of allowed variable names.
23612365
- Set pgtypes library version to 3.1.
23622366
- Set compat library version to 3.1.
23632367
- Set ecpg library version to 6.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.366 2008/05/2023:17:32 meskes Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.367 2008/06/04 12:23:34 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -6316,6 +6316,7 @@ ECPGKeywords_vanames: SQL_BREAK{ $$ = make_str("break"); }
63166316
|SQL_RETURNED_OCTET_LENGTH{$$ = make_str("returned_octet_length"); }
63176317
|SQL_SCALE{$$ = make_str("scale"); }
63186318
|SQL_SECTION{$$ = make_str("section"); }
6319+
|SQL_SQL{$$ = make_str("sql"); }
63196320
|SQL_SQLERROR{$$ = make_str("sqlerror"); }
63206321
|SQL_SQLPRINT{$$ = make_str("sqlprint"); }
63216322
|SQL_SQLWARNING{$$ = make_str("sqlwarning"); }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp