Skip to content

Commit a50a313

Browse files
author
Michael Meskes
committed
Updated expected result for regression test.
1 parent 0a96951 commit a50a313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/interfaces/ecpg/test/expected/thread-prep.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ if (sqlca.sqlcode < 0) sqlprint();}
173173
ECPGt_NO_INDICATOR, NULL , 0L, 0L, 0L, ECPGt_EOIT, ECPGt_EORT);
174174
#line 52 "prep.pgc"
175175

176+
if (sqlca.sqlcode == ECPG_NOT_FOUND) sqlprint();
177+
#line 52 "prep.pgc"
178+
176179
if (sqlca.sqlcode < 0) sqlprint();}
177180
#line 52 "prep.pgc"
178181

0 commit comments

Comments
 (0)