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 31: query: create table test ( id int , c char ( 10 ) , s smallint , i int , b bool , f float , l bigint , dbl double precision , dec decimal , dat date , tmp timestamptz ); with 0 parameter(s) on connection ecpg1_regression
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 31: using PQexec
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_process_output on line 31: OK: CREATE TABLE
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ECPGtrans on line 34: action "commit"; connection "ecpg1_regression"
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 36: query: insert into test ( id , c , s , i , b , f , l , dbl ) values ( 1 , $1  , $2  , $3  , $4  , $5  , $6  , $7  ); with 7 parameter(s) on connection ecpg1_regression
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_execute on line 36: using PQexecParams
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_free_params on line 36: parameter 1 = abc
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_free_params on line 36: parameter 2 = 17
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_free_params on line 36: parameter 3 = -74874
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_free_params on line 36: parameter 4 = t
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_free_params on line 36: parameter 5 = 3.71000003814697
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_free_params on line 36: parameter 6 = 487444
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_free_params on line 36: parameter 7 = 404.404
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_process_output on line 36: OK: INSERT 0 1
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ECPGtrans on line 39: action "commit"; connection "ecpg1_regression"
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_execute on line 52: query: insert into test ( id , c , s , i , b , f , l , dbl , dec , dat , tmp ) values ( 2 , $1  , $2  , $3  , $4  , $5  , $6  , $7  , $8  , $9  , $10  ); with 10 parameter(s) on connection ecpg1_regression
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_execute on line 52: using PQexecParams
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_free_params on line 52: parameter 1 = null
40[NO_PID]: sqlca: code: 0, state: 00000
41[NO_PID]: ecpg_free_params on line 52: parameter 2 = null
42[NO_PID]: sqlca: code: 0, state: 00000
43[NO_PID]: ecpg_free_params on line 52: parameter 3 = null
44[NO_PID]: sqlca: code: 0, state: 00000
45[NO_PID]: ecpg_free_params on line 52: parameter 4 = t
46[NO_PID]: sqlca: code: 0, state: 00000
47[NO_PID]: ecpg_free_params on line 52: parameter 5 = null
48[NO_PID]: sqlca: code: 0, state: 00000
49[NO_PID]: ecpg_free_params on line 52: parameter 6 = null
50[NO_PID]: sqlca: code: 0, state: 00000
51[NO_PID]: ecpg_free_params on line 52: parameter 7 = null
52[NO_PID]: sqlca: code: 0, state: 00000
53[NO_PID]: ecpg_free_params on line 52: parameter 8 = null
54[NO_PID]: sqlca: code: 0, state: 00000
55[NO_PID]: ecpg_free_params on line 52: parameter 9 = null
56[NO_PID]: sqlca: code: 0, state: 00000
57[NO_PID]: ecpg_free_params on line 52: parameter 10 = null
58[NO_PID]: sqlca: code: 0, state: 00000
59[NO_PID]: ecpg_process_output on line 52: OK: INSERT 0 1
60[NO_PID]: sqlca: code: 0, state: 00000
61[NO_PID]: ECPGtrans on line 55: action "commit"; connection "ecpg1_regression"
62[NO_PID]: sqlca: code: 0, state: 00000
63[NO_PID]: ecpg_execute on line 59: query: select c , s , i , b , f , l , dbl , dec , dat , tmp from test where id = 1; with 0 parameter(s) on connection ecpg1_regression
64[NO_PID]: sqlca: code: 0, state: 00000
65[NO_PID]: ecpg_execute on line 59: using PQexec
66[NO_PID]: sqlca: code: 0, state: 00000
67[NO_PID]: ecpg_process_output on line 59: correctly got 1 tuples with 10 fields
68[NO_PID]: sqlca: code: 0, state: 00000
69[NO_PID]: ecpg_get_data on line 59: RESULT: abc        offset: -1; array: no
70[NO_PID]: sqlca: code: 0, state: 00000
71[NO_PID]: ecpg_get_data on line 59: RESULT: 17 offset: -1; array: no
72[NO_PID]: sqlca: code: 0, state: 00000
73[NO_PID]: ecpg_get_data on line 59: RESULT: -74874 offset: -1; array: no
74[NO_PID]: sqlca: code: 0, state: 00000
75[NO_PID]: ecpg_get_data on line 59: RESULT: t offset: -1; array: no
76[NO_PID]: sqlca: code: 0, state: 00000
77[NO_PID]: ecpg_get_data on line 59: RESULT: 3.71000003814697 offset: -1; array: no
78[NO_PID]: sqlca: code: 0, state: 00000
79[NO_PID]: ecpg_get_data on line 59: RESULT: 487444 offset: -1; array: no
80[NO_PID]: sqlca: code: 0, state: 00000
81[NO_PID]: ecpg_get_data on line 59: RESULT: 404.404 offset: -1; array: no
82[NO_PID]: sqlca: code: 0, state: 00000
83[NO_PID]: ecpg_get_data on line 59: RESULT:  offset: -1; array: no
84[NO_PID]: sqlca: code: 0, state: 00000
85[NO_PID]: ecpg_get_data on line 59: RESULT:  offset: -1; array: no
86[NO_PID]: sqlca: code: 0, state: 00000
87[NO_PID]: ecpg_get_data on line 59: RESULT:  offset: -1; array: no
88[NO_PID]: sqlca: code: 0, state: 00000
89[NO_PID]: ecpg_execute on line 76: query: select c , s , i , b , f , l , dbl , dec , dat , tmp from test where id = 2; with 0 parameter(s) on connection ecpg1_regression
90[NO_PID]: sqlca: code: 0, state: 00000
91[NO_PID]: ecpg_execute on line 76: using PQexec
92[NO_PID]: sqlca: code: 0, state: 00000
93[NO_PID]: ecpg_process_output on line 76: correctly got 1 tuples with 10 fields
94[NO_PID]: sqlca: code: 0, state: 00000
95[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
96[NO_PID]: sqlca: code: 0, state: 00000
97[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
98[NO_PID]: sqlca: code: 0, state: 00000
99[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
100[NO_PID]: sqlca: code: 0, state: 00000
101[NO_PID]: ecpg_get_data on line 76: RESULT: t offset: -1; array: no
102[NO_PID]: sqlca: code: 0, state: 00000
103[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
104[NO_PID]: sqlca: code: 0, state: 00000
105[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
106[NO_PID]: sqlca: code: 0, state: 00000
107[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
108[NO_PID]: sqlca: code: 0, state: 00000
109[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
110[NO_PID]: sqlca: code: 0, state: 00000
111[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
112[NO_PID]: sqlca: code: 0, state: 00000
113[NO_PID]: ecpg_get_data on line 76: RESULT:  offset: -1; array: no
114[NO_PID]: sqlca: code: 0, state: 00000
115[NO_PID]: ecpg_execute on line 91: query: drop table test; with 0 parameter(s) on connection ecpg1_regression
116[NO_PID]: sqlca: code: 0, state: 00000
117[NO_PID]: ecpg_execute on line 91: using PQexec
118[NO_PID]: sqlca: code: 0, state: 00000
119[NO_PID]: ecpg_process_output on line 91: OK: DROP TABLE
120[NO_PID]: sqlca: code: 0, state: 00000
121[NO_PID]: ECPGtrans on line 92: action "commit"; connection "ecpg1_regression"
122[NO_PID]: sqlca: code: 0, state: 00000
123[NO_PID]: ecpg_finish: connection ecpg1_regression closed
124[NO_PID]: sqlca: code: 0, state: 00000
125