1[NO_PID]: ECPGdebug: set to 1
2[NO_PID]: sqlca: code: 0, state: 00000
3[NO_PID]: ECPGconnect: opening database ecpg1_regression on <DEFAULT> port <DEFAULT>
4[NO_PID]: sqlca: code: 0, state: 00000
5[NO_PID]: ecpg_execute on line 50: query: create table empl ( idnum integer , name char ( 20 ) , accs smallint , string1 char ( 10 ) , string2 char ( 10 ) , string3 char ( 10 ) ); with 0 parameter(s) on connection ecpg1_regression
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 50: using PQexec
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_process_output on line 50: OK: CREATE TABLE
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ecpg_execute on line 58: query: insert into empl values ( 1 , 'user name' , 320 , 'first str' , 'second str' , 'third str' ); with 0 parameter(s) on connection ecpg1_regression
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 58: using PQexec
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_process_output on line 58: OK: INSERT 0 1
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_execute on line 65: query: select idnum , name , accs , string1 , string2 , string3 from empl where idnum = $1 ; with 1 parameter(s) on connection ecpg1_regression
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_execute on line 65: using PQexecParams
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_free_params on line 65: parameter 1 = 1
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_process_output on line 65: correctly got 1 tuples with 6 fields
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_get_data on line 65: RESULT: 1 offset: -1; array: no
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_get_data on line 65: RESULT: user name            offset: -1; array: no
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_get_data on line 65: RESULT: 320 offset: -1; array: no
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_get_data on line 65: RESULT: first str  offset: -1; array: no
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ecpg_store_result on line 65: allocating memory for 1 tuples
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_get_data on line 65: RESULT: second str offset: -1; array: no
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_get_data on line 65: RESULT: third str  offset: -1; array: no
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_finish: connection ecpg1_regression closed
40[NO_PID]: sqlca: code: 0, state: 00000
41