We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe74fa commit 8187905Copy full SHA for 8187905
src/interfaces/ecpg/test/expected/connect-test1.c.in
@@ -40,7 +40,7 @@ main(void)
40
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); }
41
#line 22 "test1.pgc"
42
43
- { ECPGdo(__LINE__, 0, 1, NULL, 0, 0, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
+ { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
44
#line 23 "test1.pgc"
45
46
{ ECPGdisconnect(__LINE__, "CURRENT");}
0 commit comments