We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3c82099 commitbdfde2bCopy full SHA for bdfde2b
src/interfaces/ecpg/test/expected/connect-test1.c
@@ -26,10 +26,10 @@ main(void)
26
27
28
#line 16 "test1.pgc"
29
-chardb[200 ] ;
+chardb [200 ] ;
30
31
#line 17 "test1.pgc"
32
-charpw[200 ] ;
+charpw [200 ] ;
33
/* exec sql end declare section */
34
#line 18 "test1.pgc"
35
@@ -39,7 +39,7 @@ main(void)
39
{ECPGconnect(__LINE__,0,"connectdb" ,NULL,NULL ,"main",0); }
40
#line 22 "test1.pgc"
41
42
-{ECPGdo(__LINE__,0,1,NULL,0,ECPGst_normal,"alter user connectuserencrypted password 'connectpw'",ECPGt_EOIT,ECPGt_EORT);}
+{ECPGdo(__LINE__,0,1,NULL,0,ECPGst_normal,"alter user connectuser encrypted password 'connectpw'",ECPGt_EOIT,ECPGt_EORT);}
43
#line 23 "test1.pgc"
44
45
{ECPGdisconnect(__LINE__,"CURRENT");}