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 29: query: set datestyle to iso; with 0 parameter(s) on connection ecpg1_regression
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 29: using PQexec
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_execute on line 29: OK: SET
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ecpg_execute on line 32: query: create table t1 ( id serial primary key , t text ); with 0 parameter(s) on connection ecpg1_regression
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 32: using PQexec
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_execute on line 32: OK: CREATE TABLE
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_execute on line 35: query: insert into t1 ( id , t ) values ( default , 'a' ); with 0 parameter(s) on connection ecpg1_regression
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_execute on line 35: using PQexec
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_execute on line 35: OK: INSERT 0 1
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_execute on line 36: query: insert into t1 ( id , t ) values ( default , 'b' ); with 0 parameter(s) on connection ecpg1_regression
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_execute on line 36: using PQexec
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_execute on line 36: OK: INSERT 0 1
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_execute on line 37: query: insert into t1 ( id , t ) values ( default , 'c' ); with 0 parameter(s) on connection ecpg1_regression
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_execute on line 37: using PQexec
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ecpg_execute on line 37: OK: INSERT 0 1
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_execute on line 38: query: insert into t1 ( id , t ) values ( default , 'd' ); with 0 parameter(s) on connection ecpg1_regression
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_execute on line 38: using PQexec
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_execute on line 38: OK: INSERT 0 1
40[NO_PID]: sqlca: code: 0, state: 00000
41[NO_PID]: ECPGtrans on line 41: action "commit"; connection "ecpg1_regression"
42[NO_PID]: sqlca: code: 0, state: 00000
43[NO_PID]: ECPGprepare on line 55: name st_id1; query: "SELECT id, t FROM t1"
44[NO_PID]: sqlca: code: 0, state: 00000
45[NO_PID]: ECPGget_desc_header: found 2 attributes
46[NO_PID]: sqlca: code: 0, state: 00000
47[NO_PID]: ECPGget_desc_header: found 2 attributes
48[NO_PID]: sqlca: code: 0, state: 00000
49[NO_PID]: ECPGget_desc_header: found 2 attributes
50[NO_PID]: sqlca: code: 0, state: 00000
51[NO_PID]: ECPGget_desc_header: found 2 attributes
52[NO_PID]: sqlca: code: 0, state: 00000
53[NO_PID]: ECPGget_desc: reading items for tuple 1
54[NO_PID]: sqlca: code: 0, state: 00000
55[NO_PID]: ECPGget_desc: NAME = id
56[NO_PID]: sqlca: code: 0, state: 00000
57[NO_PID]: ECPGget_desc: reading items for tuple 1
58[NO_PID]: sqlca: code: 0, state: 00000
59[NO_PID]: ECPGget_desc: NAME = id
60[NO_PID]: sqlca: code: 0, state: 00000
61[NO_PID]: ECPGget_desc: reading items for tuple 1
62[NO_PID]: sqlca: code: 0, state: 00000
63[NO_PID]: ECPGget_desc: NAME = id
64[NO_PID]: sqlca: code: 0, state: 00000
65[NO_PID]: ECPGget_desc: reading items for tuple 1
66[NO_PID]: sqlca: code: 0, state: 00000
67[NO_PID]: ECPGget_desc: NAME = id
68[NO_PID]: sqlca: code: 0, state: 00000
69[NO_PID]: ECPGget_desc: reading items for tuple 2
70[NO_PID]: sqlca: code: 0, state: 00000
71[NO_PID]: ECPGget_desc: NAME = t
72[NO_PID]: sqlca: code: 0, state: 00000
73[NO_PID]: ECPGget_desc: reading items for tuple 2
74[NO_PID]: sqlca: code: 0, state: 00000
75[NO_PID]: ECPGget_desc: NAME = t
76[NO_PID]: sqlca: code: 0, state: 00000
77[NO_PID]: ECPGget_desc: reading items for tuple 2
78[NO_PID]: sqlca: code: 0, state: 00000
79[NO_PID]: ECPGget_desc: NAME = t
80[NO_PID]: sqlca: code: 0, state: 00000
81[NO_PID]: ECPGget_desc: reading items for tuple 2
82[NO_PID]: sqlca: code: 0, state: 00000
83[NO_PID]: ECPGget_desc: NAME = t
84[NO_PID]: sqlca: code: 0, state: 00000
85[NO_PID]: ECPGdeallocate on line 88: name st_id1
86[NO_PID]: sqlca: code: 0, state: 00000
87[NO_PID]: ECPGprepare on line 99: name st_id2; query: "SELECT id, t FROM t1 WHERE id = -1"
88[NO_PID]: sqlca: code: 0, state: 00000
89[NO_PID]: ECPGget_desc_header: found 2 attributes
90[NO_PID]: sqlca: code: 0, state: 00000
91[NO_PID]: ECPGget_desc_header: found 2 attributes
92[NO_PID]: sqlca: code: 0, state: 00000
93[NO_PID]: ECPGget_desc_header: found 2 attributes
94[NO_PID]: sqlca: code: 0, state: 00000
95[NO_PID]: ECPGget_desc_header: found 2 attributes
96[NO_PID]: sqlca: code: 0, state: 00000
97[NO_PID]: ECPGget_desc: reading items for tuple 1
98[NO_PID]: sqlca: code: 0, state: 00000
99[NO_PID]: ECPGget_desc: NAME = id
100[NO_PID]: sqlca: code: 0, state: 00000
101[NO_PID]: ECPGget_desc: reading items for tuple 1
102[NO_PID]: sqlca: code: 0, state: 00000
103[NO_PID]: ECPGget_desc: NAME = id
104[NO_PID]: sqlca: code: 0, state: 00000
105[NO_PID]: ECPGget_desc: reading items for tuple 1
106[NO_PID]: sqlca: code: 0, state: 00000
107[NO_PID]: ECPGget_desc: NAME = id
108[NO_PID]: sqlca: code: 0, state: 00000
109[NO_PID]: ECPGget_desc: reading items for tuple 1
110[NO_PID]: sqlca: code: 0, state: 00000
111[NO_PID]: ECPGget_desc: NAME = id
112[NO_PID]: sqlca: code: 0, state: 00000
113[NO_PID]: ECPGget_desc: reading items for tuple 2
114[NO_PID]: sqlca: code: 0, state: 00000
115[NO_PID]: ECPGget_desc: NAME = t
116[NO_PID]: sqlca: code: 0, state: 00000
117[NO_PID]: ECPGget_desc: reading items for tuple 2
118[NO_PID]: sqlca: code: 0, state: 00000
119[NO_PID]: ECPGget_desc: NAME = t
120[NO_PID]: sqlca: code: 0, state: 00000
121[NO_PID]: ECPGget_desc: reading items for tuple 2
122[NO_PID]: sqlca: code: 0, state: 00000
123[NO_PID]: ECPGget_desc: NAME = t
124[NO_PID]: sqlca: code: 0, state: 00000
125[NO_PID]: ECPGget_desc: reading items for tuple 2
126[NO_PID]: sqlca: code: 0, state: 00000
127[NO_PID]: ECPGget_desc: NAME = t
128[NO_PID]: sqlca: code: 0, state: 00000
129[NO_PID]: ECPGdeallocate on line 132: name st_id2
130[NO_PID]: sqlca: code: 0, state: 00000
131[NO_PID]: ecpg_execute on line 138: query: drop table t1; with 0 parameter(s) on connection ecpg1_regression
132[NO_PID]: sqlca: code: 0, state: 00000
133[NO_PID]: ecpg_execute on line 138: using PQexec
134[NO_PID]: sqlca: code: 0, state: 00000
135[NO_PID]: ecpg_execute on line 138: OK: DROP TABLE
136[NO_PID]: sqlca: code: 0, state: 00000
137[NO_PID]: ECPGtrans on line 141: action "commit"; connection "ecpg1_regression"
138[NO_PID]: sqlca: code: 0, state: 00000
139[NO_PID]: ecpg_finish: connection ecpg1_regression closed
140[NO_PID]: sqlca: code: 0, state: 00000
141