Skip to content

Commit c8e0d68

Browse files
author
Michael Meskes
committed
Added lost sysmbol SQL_SQL to list of allowed variable names.
1 parent 393ad11 commit c8e0d68

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/20 23: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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy