|
2 | 2 | [NO_PID]: sqlca: code: 0, state: 00000
|
3 | 3 | [NO_PID]: ECPGconnect: opening database ecpg1_regression on <DEFAULT> port <DEFAULT>
|
4 | 4 | [NO_PID]: sqlca: code: 0, state: 00000
|
5 |
| -[NO_PID]: ecpg_execute on line 53: query: create table test ( name char ( 8 ) , amount int , letter char ( 1 ) ); with 0 parameter(s) on connection ecpg1_regression |
| 5 | +[NO_PID]: ecpg_execute on line 52: query: create table test ( name char ( 8 ) , amount int , letter char ( 1 ) ); with 0 parameter(s) on connection ecpg1_regression |
6 | 6 | [NO_PID]: sqlca: code: 0, state: 00000
|
7 |
| -[NO_PID]: ecpg_execute on line 53: using PQexec |
| 7 | +[NO_PID]: ecpg_execute on line 52: using PQexec |
8 | 8 | [NO_PID]: sqlca: code: 0, state: 00000
|
9 |
| -[NO_PID]: ecpg_process_output on line 53: OK: CREATE TABLE |
| 9 | +[NO_PID]: ecpg_process_output on line 52: OK: CREATE TABLE |
10 | 10 | [NO_PID]: sqlca: code: 0, state: 00000
|
11 |
| -[NO_PID]: ECPGtrans on line 54: action "commit"; connection "ecpg1_regression" |
| 11 | +[NO_PID]: ECPGtrans on line 53: action "commit"; connection "ecpg1_regression" |
12 | 12 | [NO_PID]: sqlca: code: 0, state: 00000
|
13 |
| -[NO_PID]: ecpg_execute on line 56: query: insert into Test ( name , amount , letter ) values ( 'false' , 1 , 'f' ); with 0 parameter(s) on connection ecpg1_regression |
| 13 | +[NO_PID]: ecpg_execute on line 55: query: insert into Test ( name , amount , letter ) values ( 'false' , 1 , 'f' ); with 0 parameter(s) on connection ecpg1_regression |
14 | 14 | [NO_PID]: sqlca: code: 0, state: 00000
|
15 |
| -[NO_PID]: ecpg_execute on line 56: using PQexec |
| 15 | +[NO_PID]: ecpg_execute on line 55: using PQexec |
16 | 16 | [NO_PID]: sqlca: code: 0, state: 00000
|
17 |
| -[NO_PID]: ecpg_process_output on line 56: OK: INSERT 0 1 |
| 17 | +[NO_PID]: ecpg_process_output on line 55: OK: INSERT 0 1 |
18 | 18 | [NO_PID]: sqlca: code: 0, state: 00000
|
19 |
| -[NO_PID]: ecpg_execute on line 57: query: insert into test ( name , amount , letter ) values ( 'true' , 2 , 't' ); with 0 parameter(s) on connection ecpg1_regression |
| 19 | +[NO_PID]: ecpg_execute on line 56: query: insert into test ( name , amount , letter ) values ( 'true' , 2 , 't' ); with 0 parameter(s) on connection ecpg1_regression |
20 | 20 | [NO_PID]: sqlca: code: 0, state: 00000
|
21 |
| -[NO_PID]: ecpg_execute on line 57: using PQexec |
| 21 | +[NO_PID]: ecpg_execute on line 56: using PQexec |
22 | 22 | [NO_PID]: sqlca: code: 0, state: 00000
|
23 |
| -[NO_PID]: ecpg_process_output on line 57: OK: INSERT 0 1 |
| 23 | +[NO_PID]: ecpg_process_output on line 56: OK: INSERT 0 1 |
24 | 24 | [NO_PID]: sqlca: code: 0, state: 00000
|
25 |
| -[NO_PID]: ECPGtrans on line 58: action "commit"; connection "ecpg1_regression" |
| 25 | +[NO_PID]: ECPGtrans on line 57: action "commit"; connection "ecpg1_regression" |
26 | 26 | [NO_PID]: sqlca: code: 0, state: 00000
|
27 |
| -[NO_PID]: ecpg_execute on line 60: query: select * from test; with 0 parameter(s) on connection ecpg1_regression |
| 27 | +[NO_PID]: ecpg_execute on line 59: query: select * from test; with 0 parameter(s) on connection ecpg1_regression |
28 | 28 | [NO_PID]: sqlca: code: 0, state: 00000
|
29 |
| -[NO_PID]: ecpg_execute on line 60: using PQexec |
| 29 | +[NO_PID]: ecpg_execute on line 59: using PQexec |
30 | 30 | [NO_PID]: sqlca: code: 0, state: 00000
|
31 |
| -[NO_PID]: ecpg_process_output on line 60: correctly got 2 tuples with 3 fields |
| 31 | +[NO_PID]: ecpg_process_output on line 59: correctly got 2 tuples with 3 fields |
32 | 32 | [NO_PID]: sqlca: code: 0, state: 00000
|
33 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: false offset: -1; array: no |
| 33 | +[NO_PID]: ecpg_get_data on line 59: RESULT: false offset: -1; array: no |
34 | 34 | [NO_PID]: sqlca: code: 0, state: 00000
|
35 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: true offset: -1; array: no |
| 35 | +[NO_PID]: ecpg_get_data on line 59: RESULT: true offset: -1; array: no |
36 | 36 | [NO_PID]: sqlca: code: 0, state: 00000
|
37 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: 1 offset: -1; array: no |
| 37 | +[NO_PID]: ecpg_get_data on line 59: RESULT: 1 offset: -1; array: no |
38 | 38 | [NO_PID]: sqlca: code: 0, state: 00000
|
39 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: 2 offset: -1; array: no |
| 39 | +[NO_PID]: ecpg_get_data on line 59: RESULT: 2 offset: -1; array: no |
40 | 40 | [NO_PID]: sqlca: code: 0, state: 00000
|
41 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: f offset: -1; array: no |
| 41 | +[NO_PID]: ecpg_get_data on line 59: RESULT: f offset: -1; array: no |
42 | 42 | [NO_PID]: sqlca: code: 0, state: 00000
|
43 |
| -[NO_PID]: ecpg_get_data on line 60: RESULT: t offset: -1; array: no |
| 43 | +[NO_PID]: ecpg_get_data on line 59: RESULT: t offset: -1; array: no |
44 | 44 | [NO_PID]: sqlca: code: 0, state: 00000
|
45 |
| -[NO_PID]: ecpg_execute on line 74: query: drop table test; with 0 parameter(s) on connection ecpg1_regression |
| 45 | +[NO_PID]: ecpg_execute on line 73: query: drop table test; with 0 parameter(s) on connection ecpg1_regression |
46 | 46 | [NO_PID]: sqlca: code: 0, state: 00000
|
47 |
| -[NO_PID]: ecpg_execute on line 74: using PQexec |
| 47 | +[NO_PID]: ecpg_execute on line 73: using PQexec |
48 | 48 | [NO_PID]: sqlca: code: 0, state: 00000
|
49 |
| -[NO_PID]: ecpg_process_output on line 74: OK: DROP TABLE |
| 49 | +[NO_PID]: ecpg_process_output on line 73: OK: DROP TABLE |
50 | 50 | [NO_PID]: sqlca: code: 0, state: 00000
|
51 |
| -[NO_PID]: ECPGtrans on line 75: action "commit"; connection "ecpg1_regression" |
| 51 | +[NO_PID]: ECPGtrans on line 74: action "commit"; connection "ecpg1_regression" |
52 | 52 | [NO_PID]: sqlca: code: 0, state: 00000
|
53 | 53 | [NO_PID]: ecpg_finish: connection ecpg1_regression closed
|
54 | 54 | [NO_PID]: sqlca: code: 0, state: 00000
|
0 commit comments