| [NO_PID]: ECPGdebug: set to 1 |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ECPGconnect: opening database ecpg1_regression on <DEFAULT> port <DEFAULT> |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 32: query: create table test ( i int , c char ( 10 ) ); with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 32: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_process_output on line 32: OK: CREATE TABLE |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 33: query: insert into test values ( 1 , 'abcdefghij' ); with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 33: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_process_output on line 33: OK: INSERT 0 1 |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 36: query: select * from test; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 36: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_process_output on line 36: correctly got 1 tuples with 2 fields |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_get_data on line 36: RESULT: 1 offset: -1; array: no |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_get_data on line 36: RESULT: abcdefghij offset: -1; array: no |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| Warning: At least one column was truncated |
| [NO_PID]: ECPGtrans on line 37: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 39: query: select * from nonexistent; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 39: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_check_PQresult on line 39: bad response - ERROR: relation "nonexistent" does not exist |
| LINE 1: select * from nonexistent |
| ^ |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: raising sqlstate 42P01 (sqlcode -400): relation "nonexistent" does not exist on line 39 |
| [NO_PID]: sqlca: code: -400, state: 42P01 |
| SQL error: relation "nonexistent" does not exist on line 39 |
| [NO_PID]: ECPGtrans on line 40: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 43: query: select * from nonexistent; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 43: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_check_PQresult on line 43: bad response - ERROR: relation "nonexistent" does not exist |
| LINE 1: select * from nonexistent |
| ^ |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: raising sqlstate 42P01 (sqlcode -400): relation "nonexistent" does not exist on line 43 |
| [NO_PID]: sqlca: code: -400, state: 42P01 |
| Error in statement 'select': |
| SQL error: relation "nonexistent" does not exist on line 43 |
| [NO_PID]: ECPGtrans on line 44: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 47: query: select * from nonexistent; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 47: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_check_PQresult on line 47: bad response - ERROR: relation "nonexistent" does not exist |
| LINE 1: select * from nonexistent |
| ^ |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: raising sqlstate 42P01 (sqlcode -400): relation "nonexistent" does not exist on line 47 |
| [NO_PID]: sqlca: code: -400, state: 42P01 |
| Found another error |
| SQL error: relation "nonexistent" does not exist on line 47 |
| [NO_PID]: ECPGtrans on line 48: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 51: query: select * from nonexistent; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 51: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_check_PQresult on line 51: bad response - ERROR: relation "nonexistent" does not exist |
| LINE 1: select * from nonexistent |
| ^ |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: raising sqlstate 42P01 (sqlcode -400): relation "nonexistent" does not exist on line 51 |
| [NO_PID]: sqlca: code: -400, state: 42P01 |
| [NO_PID]: ECPGtrans on line 52: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 55: query: select * from nonexistent; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 55: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_check_PQresult on line 55: bad response - ERROR: relation "nonexistent" does not exist |
| LINE 1: select * from nonexistent |
| ^ |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: raising sqlstate 42P01 (sqlcode -400): relation "nonexistent" does not exist on line 55 |
| [NO_PID]: sqlca: code: -400, state: 42P01 |
| [NO_PID]: ECPGtrans on line 59: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 64: query: select 1; with 0 parameter(s) on connection ecpg1_regression |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_execute on line 64: using PQexec |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_process_output on line 64: correctly got 1 tuples with 1 fields |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ecpg_get_data on line 64: RESULT: 1 offset: -1; array: no |
| [NO_PID]: sqlca: code: 0, state: 00000 |
| [NO_PID]: ECPGtrans on line 65: action "rollback"; connection "ecpg1_regression" |
| [NO_PID]: sqlca: code: 0, state: 00000 |