|
|
|
@ -2,359 +2,359 @@ |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT> |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 25: query: create table nantest1 ( id int4 , d float8 ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 30: query: create table nantest1 ( id int4 , d float8 ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 25: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 30: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 25: OK: CREATE TABLE |
|
|
|
|
[NO_PID]: ecpg_execute on line 30: OK: CREATE TABLE |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 26: query: insert into nantest1 ( id , d ) values ( 1 , 'nan' :: float8 ) , ( 2 , 'infinity' :: float8 ) , ( 3 , '-infinity' :: float8 ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 31: query: insert into nantest1 ( id , d ) values ( 1 , 'nan' :: float8 ) , ( 2 , 'infinity' :: float8 ) , ( 3 , '-infinity' :: float8 ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 26: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 31: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 26: OK: INSERT 0 3 |
|
|
|
|
[NO_PID]: ecpg_execute on line 31: OK: INSERT 0 3 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 29: query: declare cur cursor for select id , d , d from nantest1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 34: query: declare cur cursor for select id , d , d from nantest1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 29: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 34: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 29: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 34: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: 1 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: 1 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 1 = 1 |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 1 = 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 2 = NaN |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 2 = NaN |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 1 = 1 |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 1 = 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 2 = NaN |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 2 = NaN |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: 2 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: 2 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 1 = 2 |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 1 = 2 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 2 = Infinity |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 2 = Infinity |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 1 = 2 |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 1 = 2 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 2 = Infinity |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 2 = Infinity |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: 3 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: 3 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 32: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 37: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: query: insert into nantest1 ( id , d ) values ( $1 + 3 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 1 = 3 |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 1 = 3 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 40: parameter 2 = -Infinity |
|
|
|
|
[NO_PID]: free_params on line 45: parameter 2 = -Infinity |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 40: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: query: insert into nantest1 ( id , d ) values ( $1 + 6 , $2 ); with 2 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 1 = 3 |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 1 = 3 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 41: parameter 2 = -Infinity |
|
|
|
|
[NO_PID]: free_params on line 46: parameter 2 = -Infinity |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 41: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 46: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 32: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 37: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 32: no data found on line 32 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 37: no data found on line 37 |
|
|
|
|
[NO_PID]: sqlca: code: 100, state: 02000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 43: query: close cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: close cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 43: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 43: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: query: declare cur cursor for select id , d , d from nantest1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 50: query: declare cur cursor for select id , d , d from nantest1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 50: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 45: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 50: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 1 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 1 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 2 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 2 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 3 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 3 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 7 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 7 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 5 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 5 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 8 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 8 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 6 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 6 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: 9 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: 9 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 48: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 53: RESULT: -Infinity offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: query: fetch from cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 48: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 53: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 48: no data found on line 48 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 53: no data found on line 53 |
|
|
|
|
[NO_PID]: sqlca: code: 100, state: 02000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 56: query: close cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: query: close cur; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 56: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 56: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 60: query: create table nantest2 ( id int4 , d numeric ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 65: query: create table nantest2 ( id int4 , d numeric ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 60: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 65: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 60: OK: CREATE TABLE |
|
|
|
|
[NO_PID]: ecpg_execute on line 65: OK: CREATE TABLE |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: query: insert into nantest2 ( id , d ) values ( 4 , 'nan' :: numeric ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 66: query: insert into nantest2 ( id , d ) values ( 4 , 'nan' :: numeric ); with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 66: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 61: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 66: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 63: query: select id , d , d from nantest2 where id = 4; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: query: select id , d , d from nantest2 where id = 4; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 63: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 63: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 63: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 68: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 63: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 68: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 63: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 68: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 67: query: insert into nantest2 ( id , d ) values ( 5 , $1 ); with 1 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 72: query: insert into nantest2 ( id , d ) values ( 5 , $1 ); with 1 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 67: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 72: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 67: parameter 1 = NaN |
|
|
|
|
[NO_PID]: free_params on line 72: parameter 1 = NaN |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 67: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 72: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: query: insert into nantest2 ( id , d ) values ( 6 , $1 ); with 1 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 73: query: insert into nantest2 ( id , d ) values ( 6 , $1 ); with 1 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: using PQexecParams |
|
|
|
|
[NO_PID]: ecpg_execute on line 73: using PQexecParams |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: free_params on line 68: parameter 1 = NaN |
|
|
|
|
[NO_PID]: free_params on line 73: parameter 1 = NaN |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 68: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 73: OK: INSERT 0 1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 71: query: declare cur1 cursor for select id , d , d from nantest2; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 76: query: declare cur1 cursor for select id , d , d from nantest2; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 71: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 76: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 71: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 76: OK: DECLARE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: 4 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: 5 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: 5 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: correctly got 1 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: 6 offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: 6 offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_get_data on line 74: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: ecpg_get_data on line 79: RESULT: NaN offset: -1; array: no |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: query: fetch from cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 74: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: correctly got 0 tuples with 3 fields |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 74: no data found on line 74 |
|
|
|
|
[NO_PID]: raising sqlcode 100 on line 79: no data found on line 79 |
|
|
|
|
[NO_PID]: sqlca: code: 100, state: 02000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: query: close cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: ecpg_execute on line 84: query: close cur1; with 0 parameter(s) on connection regress1 |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: using PQexec |
|
|
|
|
[NO_PID]: ecpg_execute on line 84: using PQexec |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_execute on line 79: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: ecpg_execute on line 84: OK: CLOSE CURSOR |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ECPGtrans on line 81: action "rollback"; connection "regress1" |
|
|
|
|
[NO_PID]: ECPGtrans on line 86: action "rollback"; connection "regress1" |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|
[NO_PID]: ecpg_finish: connection regress1 closed |
|
|
|
|
[NO_PID]: sqlca: code: 0, state: 00000 |
|
|
|
|