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

Commit85b2875

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parent9309eac commit85b2875

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

‎src/interfaces/ecpg/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,5 +843,10 @@ Thu Mar 2 11:25:09 CET 2000
843843
- Fixed some parsing problems. A variable can now be a reserved
844844
SQL keyword.
845845
- Made sure double quotes in statements are correctly quoted.
846+
847+
Thu Mar 2 17:42:16 CET 2000
848+
849+
- Print error message if an indicator array is given for input
850+
variables.
846851
- Set library version to 3.1.0.
847852
- Set ecpg version to 2.7.0.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5033,6 +5033,9 @@ coutputvariable : cvariable indicator {
50335033
}
50345034

50355035
cinputvariable :cvariableindicator {
5036+
if ($2 !=NULL && (find_variable($2))->type->typ == ECPGt_array)
5037+
mmerror(ET_ERROR,"arrays of indicators are not allowed on input");
5038+
50365039
add_variable(&argsinsert, find_variable($1), ($2 ==NULL) ? &no_indicator : find_variable($2));
50375040
}
50385041

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp