diff options
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-array.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-array.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-array.c b/src/interfaces/ecpg/test/expected/sql-array.c index bbdc1cd7414..effdb43e956 100644 --- a/src/interfaces/ecpg/test/expected/sql-array.c +++ b/src/interfaces/ecpg/test/expected/sql-array.c @@ -115,10 +115,10 @@ main (void) int * did = & i ; #line 16 "array.pgc" - int a [ 10 ] = { 9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 1 , 0 } ; + int a [ 10 ] = { 9 , 8 , 7 , 6 , 5 , 4 , 3 , 2 , 1 , 0 } ; #line 17 "array.pgc" - char text [ 25 ] = "klmnopqrst" ; + char text [ 25 ] = "klmnopqrst" ; #line 18 "array.pgc" char * t = ( char * ) malloc ( 11 ) ; @@ -148,14 +148,14 @@ if (sqlca.sqlcode < 0) sqlprint();} #line 29 "array.pgc" - { ECPGtrans(__LINE__, NULL, "begin transaction "); + { ECPGtrans(__LINE__, NULL, "begin work "); #line 31 "array.pgc" if (sqlca.sqlcode < 0) sqlprint();} #line 31 "array.pgc" - { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "create table test ( f float , i int , a int [ 10 ] , text char ( 10 ) ) ", ECPGt_EOIT, ECPGt_EORT); + { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "create table test ( f float , i int , a int [ 10 ] , text char ( 10 ) ) ", ECPGt_EOIT, ECPGt_EORT); #line 33 "array.pgc" if (sqlca.sqlcode < 0) sqlprint();} @@ -193,14 +193,14 @@ if (sqlca.sqlcode < 0) sqlprint();} #line 39 "array.pgc" - { ECPGtrans(__LINE__, NULL, "commit"); + { ECPGtrans(__LINE__, NULL, "commit "); #line 41 "array.pgc" if (sqlca.sqlcode < 0) sqlprint();} #line 41 "array.pgc" - { ECPGtrans(__LINE__, NULL, "begin transaction "); + { ECPGtrans(__LINE__, NULL, "begin work "); #line 43 "array.pgc" if (sqlca.sqlcode < 0) sqlprint();} @@ -259,7 +259,7 @@ if (sqlca.sqlcode < 0) sqlprint();} #line 70 "array.pgc" - { ECPGtrans(__LINE__, NULL, "commit"); + { ECPGtrans(__LINE__, NULL, "commit "); #line 72 "array.pgc" if (sqlca.sqlcode < 0) sqlprint();} |