@@ -121,24 +121,18 @@ Warning: At least one column was truncated
121121[NO_PID]: sqlca: code: 0, state: 00000
122122[NO_PID]: raising sqlcode 100 on line 50: no data found on line 50
123123[NO_PID]: sqlca: code: 100, state: 02000
124- [NO_PID]: ecpg_execute on line 54: query: close cstr ; with 0 parameter(s) on connection ecpg1_regression
124+ [NO_PID]: ecpg_execute on line 54: query: close C ; with 0 parameter(s) on connection ecpg1_regression
125125[NO_PID]: sqlca: code: 0, state: 00000
126126[NO_PID]: ecpg_execute on line 54: using PQexec
127127[NO_PID]: sqlca: code: 0, state: 00000
128- [NO_PID]: ecpg_check_PQresult on line 54: bad response - ERROR: cursor "cstr" does not exist
128+ [NO_PID]: ecpg_process_output on line 54: OK: CLOSE CURSOR
129129[NO_PID]: sqlca: code: 0, state: 00000
130- [NO_PID]: raising sqlstate 34000 (sqlcode -400): cursor "cstr" does not exist on line 54
131- [NO_PID]: sqlca: code: -400, state: 34000
132- SQL error: cursor "cstr" does not exist on line 54
133130[NO_PID]: ecpg_execute on line 55: query: drop table strdbase; with 0 parameter(s) on connection ecpg1_regression
134131[NO_PID]: sqlca: code: 0, state: 00000
135132[NO_PID]: ecpg_execute on line 55: using PQexec
136133[NO_PID]: sqlca: code: 0, state: 00000
137- [NO_PID]: ecpg_check_PQresult on line 55: bad response - ERROR: current transaction is aborted, commands ignored until end of transaction block
134+ [NO_PID]: ecpg_process_output on line 55: OK: DROP TABLE
138135[NO_PID]: sqlca: code: 0, state: 00000
139- [NO_PID]: raising sqlstate 25P02 (sqlcode -400): current transaction is aborted, commands ignored until end of transaction block on line 55
140- [NO_PID]: sqlca: code: -400, state: 25P02
141- SQL error: current transaction is aborted, commands ignored until end of transaction block on line 55
142136[NO_PID]: ECPGtrans on line 59: action "commit work"; connection "ecpg1_regression"
143137[NO_PID]: sqlca: code: 0, state: 00000
144138[NO_PID]: ecpg_finish: connection ecpg1_regression closed
0 commit comments