|
10 | 10 | [NO_PID]: sqlca: code: 0, state: 00000
|
11 | 11 | [NO_PID]: ecpg_execute on line 20: OK: CREATE TABLE
|
12 | 12 | [NO_PID]: sqlca: code: 0, state: 00000
|
13 |
| -[NO_PID]: ecpg_execute on line 22: query: insert into T values ( 1 , null ); with 0 parameter(s) on connection regress1 |
| 13 | +[NO_PID]: ecpg_execute on line 22: query: insert into t select 1 , nullif ( y - 1 , 0 ) from generate_series ( 1 , 3 ) with ordinality as series ( x , y ); with 0 parameter(s) on connection regress1 |
14 | 14 | [NO_PID]: sqlca: code: 0, state: 00000
|
15 | 15 | [NO_PID]: ecpg_execute on line 22: using PQexec
|
16 | 16 | [NO_PID]: sqlca: code: 0, state: 00000
|
17 |
| -[NO_PID]: ecpg_execute on line 22: OK: INSERT 0 1 |
18 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
19 |
| -[NO_PID]: ecpg_execute on line 23: query: insert into T values ( 1 , 1 ); with 0 parameter(s) on connection regress1 |
20 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
21 |
| -[NO_PID]: ecpg_execute on line 23: using PQexec |
22 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
23 |
| -[NO_PID]: ecpg_execute on line 23: OK: INSERT 0 1 |
24 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
25 |
| -[NO_PID]: ecpg_execute on line 24: query: insert into T values ( 1 , 2 ); with 0 parameter(s) on connection regress1 |
26 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
27 |
| -[NO_PID]: ecpg_execute on line 24: using PQexec |
28 |
| -[NO_PID]: sqlca: code: 0, state: 00000 |
29 |
| -[NO_PID]: ecpg_execute on line 24: OK: INSERT 0 1 |
| 17 | +[NO_PID]: ecpg_execute on line 22: OK: INSERT 0 3 |
30 | 18 | [NO_PID]: sqlca: code: 0, state: 00000
|
31 | 19 | [NO_PID]: ecpg_execute on line 26: query: select Item2 from T order by Item2 nulls last; with 0 parameter(s) on connection regress1
|
32 | 20 | [NO_PID]: sqlca: code: 0, state: 00000
|
|
0 commit comments