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 56: query: create table customers ( c varchar ( 50 ) , p int ); with 0 parameter(s) on connection ecpg1_regression
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 56: using PQexec
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_process_output on line 56: OK: CREATE TABLE
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ecpg_execute on line 57: query: insert into customers values ( 'John Doe' , '12345' ); with 0 parameter(s) on connection ecpg1_regression
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 57: using PQexec
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_process_output on line 57: OK: INSERT 0 1
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_execute on line 58: query: insert into customers values ( 'Jane Doe' , '67890' ); with 0 parameter(s) on connection ecpg1_regression
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_execute on line 58: using PQexec
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_process_output on line 58: OK: INSERT 0 1
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_execute on line 60: query: select * from customers limit 2; with 0 parameter(s) on connection ecpg1_regression
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_execute on line 60: using PQexec
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_process_output on line 60: correctly got 2 tuples with 2 fields
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_get_data on line 60: RESULT: John Doe offset: -1; array: no
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_get_data on line 60: RESULT: Jane Doe offset: -1; array: no
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ecpg_get_data on line 60: RESULT: 12345 offset: -1; array: no
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_get_data on line 60: RESULT: 67890 offset: -1; array: no
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_execute on line 68: query: select * from customers limit 2; with 0 parameter(s) on connection ecpg1_regression
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_execute on line 68: using PQexec
40[NO_PID]: sqlca: code: 0, state: 00000
41[NO_PID]: ecpg_process_output on line 68: correctly got 2 tuples with 2 fields
42[NO_PID]: sqlca: code: 0, state: 00000
43[NO_PID]: ecpg_get_data on line 68: RESULT: John Doe offset: -1; array: no
44[NO_PID]: sqlca: code: 0, state: 00000
45[NO_PID]: ecpg_get_data on line 68: RESULT: Jane Doe offset: -1; array: no
46[NO_PID]: sqlca: code: 0, state: 00000
47[NO_PID]: ecpg_get_data on line 68: RESULT: 12345 offset: -1; array: no
48[NO_PID]: sqlca: code: 0, state: 00000
49[NO_PID]: ecpg_get_data on line 68: RESULT: 67890 offset: -1; array: no
50[NO_PID]: sqlca: code: 0, state: 00000
51[NO_PID]: ecpg_execute on line 76: query: select * from customers limit 2; with 0 parameter(s) on connection ecpg1_regression
52[NO_PID]: sqlca: code: 0, state: 00000
53[NO_PID]: ecpg_execute on line 76: using PQexec
54[NO_PID]: sqlca: code: 0, state: 00000
55[NO_PID]: ecpg_process_output on line 76: correctly got 2 tuples with 2 fields
56[NO_PID]: sqlca: code: 0, state: 00000
57[NO_PID]: ecpg_get_data on line 76: RESULT: John Doe offset: -1; array: no
58[NO_PID]: sqlca: code: 0, state: 00000
59[NO_PID]: ecpg_get_data on line 76: RESULT: Jane Doe offset: -1; array: no
60[NO_PID]: sqlca: code: 0, state: 00000
61[NO_PID]: ecpg_get_data on line 76: RESULT: 12345 offset: -1; array: no
62[NO_PID]: sqlca: code: 0, state: 00000
63[NO_PID]: ecpg_get_data on line 76: RESULT: 67890 offset: -1; array: no
64[NO_PID]: sqlca: code: 0, state: 00000
65[NO_PID]: ecpg_execute on line 84: query: select * from customers limit 1; with 0 parameter(s) on connection ecpg1_regression
66[NO_PID]: sqlca: code: 0, state: 00000
67[NO_PID]: ecpg_execute on line 84: using PQexec
68[NO_PID]: sqlca: code: 0, state: 00000
69[NO_PID]: ecpg_process_output on line 84: correctly got 1 tuples with 2 fields
70[NO_PID]: sqlca: code: 0, state: 00000
71[NO_PID]: ecpg_get_data on line 84: RESULT: John Doe offset: -1; array: no
72[NO_PID]: sqlca: code: 0, state: 00000
73[NO_PID]: ecpg_get_data on line 84: RESULT: 12345 offset: -1; array: no
74[NO_PID]: sqlca: code: 0, state: 00000
75[NO_PID]: ecpg_execute on line 89: query: select c from customers limit 2; with 0 parameter(s) on connection ecpg1_regression
76[NO_PID]: sqlca: code: 0, state: 00000
77[NO_PID]: ecpg_execute on line 89: using PQexec
78[NO_PID]: sqlca: code: 0, state: 00000
79[NO_PID]: ecpg_process_output on line 89: correctly got 2 tuples with 1 fields
80[NO_PID]: sqlca: code: 0, state: 00000
81[NO_PID]: ecpg_get_data on line 89: RESULT: John Doe offset: -1; array: no
82[NO_PID]: sqlca: code: 0, state: 00000
83[NO_PID]: ecpg_get_data on line 89: RESULT: Jane Doe offset: -1; array: no
84[NO_PID]: sqlca: code: 0, state: 00000
85[NO_PID]: ecpg_finish: connection ecpg1_regression closed
86[NO_PID]: sqlca: code: 0, state: 00000
87