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 22: query: set datestyle to postgres; with 0 parameter(s) on connection ecpg1_regression
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 22: using PQexec
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_process_output on line 22: OK: SET
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ecpg_execute on line 24: query: create table test ( a int , b text ); with 0 parameter(s) on connection ecpg1_regression
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 24: using PQexec
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_process_output on line 24: OK: CREATE TABLE
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_execute on line 25: query: insert into test values ( 1 , 'one' ); with 0 parameter(s) on connection ecpg1_regression
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_execute on line 25: using PQexec
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_process_output on line 25: OK: INSERT 0 1
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_execute on line 26: query: insert into test values ( 2 , 'two' ); with 0 parameter(s) on connection ecpg1_regression
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_execute on line 26: using PQexec
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_process_output on line 26: OK: INSERT 0 1
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_execute on line 27: query: insert into test values ( null , 'three' ); with 0 parameter(s) on connection ecpg1_regression
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_execute on line 27: using PQexec
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ecpg_process_output on line 27: OK: INSERT 0 1
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_execute on line 28: query: insert into test values ( 4 , 'four' ); with 0 parameter(s) on connection ecpg1_regression
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_execute on line 28: using PQexec
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_process_output on line 28: OK: INSERT 0 1
40[NO_PID]: sqlca: code: 0, state: 00000
41[NO_PID]: ecpg_execute on line 29: query: insert into test values ( 5 , null ); with 0 parameter(s) on connection ecpg1_regression
42[NO_PID]: sqlca: code: 0, state: 00000
43[NO_PID]: ecpg_execute on line 29: using PQexec
44[NO_PID]: sqlca: code: 0, state: 00000
45[NO_PID]: ecpg_process_output on line 29: OK: INSERT 0 1
46[NO_PID]: sqlca: code: 0, state: 00000
47[NO_PID]: ecpg_execute on line 30: query: insert into test values ( null , null ); with 0 parameter(s) on connection ecpg1_regression
48[NO_PID]: sqlca: code: 0, state: 00000
49[NO_PID]: ecpg_execute on line 30: using PQexec
50[NO_PID]: sqlca: code: 0, state: 00000
51[NO_PID]: ecpg_process_output on line 30: OK: INSERT 0 1
52[NO_PID]: sqlca: code: 0, state: 00000
53[NO_PID]: ecpg_execute on line 33: query: select * from test; with 0 parameter(s) on connection ecpg1_regression
54[NO_PID]: sqlca: code: 0, state: 00000
55[NO_PID]: ecpg_execute on line 33: using PQexec
56[NO_PID]: sqlca: code: 0, state: 00000
57[NO_PID]: ecpg_process_output on line 33: correctly got 6 tuples with 2 fields
58[NO_PID]: sqlca: code: 0, state: 00000
59[NO_PID]: ecpg_process_output on line 33: putting result (6 tuples) into descriptor mydesc
60[NO_PID]: sqlca: code: 0, state: 00000
61[NO_PID]: ECPGget_desc_header: found 2 attributes
62[NO_PID]: sqlca: code: 0, state: 00000
63[NO_PID]: ECPGget_desc: reading items for tuple 1
64[NO_PID]: sqlca: code: 0, state: 00000
65[NO_PID]: ecpg_store_result on line 35: allocating memory for 6 tuples
66[NO_PID]: sqlca: code: 0, state: 00000
67[NO_PID]: ecpg_get_data on line 35: RESULT: 1 offset: -1; array: no
68[NO_PID]: sqlca: code: 0, state: 00000
69[NO_PID]: ecpg_get_data on line 35: RESULT: 2 offset: -1; array: no
70[NO_PID]: sqlca: code: 0, state: 00000
71[NO_PID]: ecpg_get_data on line 35: RESULT:  offset: -1; array: no
72[NO_PID]: sqlca: code: 0, state: 00000
73[NO_PID]: ecpg_get_data on line 35: RESULT: 4 offset: -1; array: no
74[NO_PID]: sqlca: code: 0, state: 00000
75[NO_PID]: ecpg_get_data on line 35: RESULT: 5 offset: -1; array: no
76[NO_PID]: sqlca: code: 0, state: 00000
77[NO_PID]: ecpg_get_data on line 35: RESULT:  offset: -1; array: no
78[NO_PID]: sqlca: code: 0, state: 00000
79[NO_PID]: ECPGget_desc: reading items for tuple 2
80[NO_PID]: sqlca: code: 0, state: 00000
81[NO_PID]: ecpg_store_result on line 36: allocating memory for 6 tuples
82[NO_PID]: sqlca: code: 0, state: 00000
83[NO_PID]: ecpg_get_data on line 36: RESULT: one offset: -1; array: no
84[NO_PID]: sqlca: code: 0, state: 00000
85[NO_PID]: ecpg_get_data on line 36: RESULT: two offset: -1; array: no
86[NO_PID]: sqlca: code: 0, state: 00000
87[NO_PID]: ecpg_get_data on line 36: RESULT: three offset: -1; array: no
88[NO_PID]: sqlca: code: 0, state: 00000
89[NO_PID]: ecpg_get_data on line 36: RESULT: four offset: -1; array: no
90[NO_PID]: sqlca: code: 0, state: 00000
91[NO_PID]: ecpg_get_data on line 36: RESULT:  offset: -1; array: no
92[NO_PID]: sqlca: code: 0, state: 00000
93[NO_PID]: ecpg_get_data on line 36: RESULT:  offset: -1; array: no
94[NO_PID]: sqlca: code: 0, state: 00000
95[NO_PID]: ECPGtrans on line 52: action "rollback"; connection "ecpg1_regression"
96[NO_PID]: sqlca: code: 0, state: 00000
97[NO_PID]: ecpg_finish: connection ecpg1_regression closed
98[NO_PID]: sqlca: code: 0, state: 00000
99