[NO_PID]: ECPGdebug: set to 1 [NO_PID]: ECPGconnect: opening database regress1 on port [NO_PID]: ECPGexecute line 31: QUERY: create table test ( "index" numeric ( 3 ) primary key , "payload" int4 not null ) on connection regress1 [NO_PID]: ECPGexecute line 31 Ok: CREATE TABLE [NO_PID]: ECPGtrans line 36 action = commit connection = regress1 [NO_PID]: ECPGtrans line 39 action = begin transaction connection = regress1 [NO_PID]: ECPGtrans line 42 action = begin transaction connection = regress1 [NO_PID]: eine Transaktion ist bereits begonnen[NO_PID]: raising sqlcode -603 [NO_PID]: ECPGtrans line 45 action = commit connection = regress1 [NO_PID]: ECPGtrans line 48 action = commit connection = regress1 [NO_PID]: ECPGtrans line 51 action = rollback connection = regress1 [NO_PID]: ECPGexecute line 58: QUERY: declare x cursor for select * from test on connection regress1 [NO_PID]: ECPGexecute line 58 Ok: DECLARE CURSOR [NO_PID]: ECPGexecute line 61: QUERY: declare x cursor for select * from test on connection regress1 [NO_PID]: ECPGexecute line 61: Error: FEHLER: Cursor >>x<< existiert bereits [NO_PID]: raising sqlstate 42P03 in line 61, ''Cursor >>x<< existiert bereits' in line 61.'. [NO_PID]: ECPGexecute line 64: QUERY: close x on connection regress1 [NO_PID]: ECPGexecute line 64: Error: FEHLER: aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert [NO_PID]: raising sqlstate 25P02 in line 64, ''aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende '. [NO_PID]: ECPGexecute line 67: QUERY: close x on connection regress1 [NO_PID]: ECPGexecute line 67: Error: FEHLER: aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert [NO_PID]: raising sqlstate 25P02 in line 67, ''aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende '. [NO_PID]: ECPGexecute line 70: QUERY: update test set nonexistent = 2 on connection regress1 [NO_PID]: ECPGexecute line 70: Error: FEHLER: aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert [NO_PID]: raising sqlstate 25P02 in line 70, ''aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende '. [NO_PID]: ECPGexecute line 73: QUERY: select payload from test where index = 1 on connection regress1 [NO_PID]: ECPGexecute line 73: Error: FEHLER: aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert [NO_PID]: raising sqlstate 25P02 in line 73, ''aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende '. [NO_PID]: ECPGtrans line 76 action = rollback connection = regress1 [NO_PID]: ECPGexecute line 80: QUERY: drop table test on connection regress1 [NO_PID]: ECPGexecute line 80 Ok: DROP TABLE [NO_PID]: ECPGtrans line 82 action = commit connection = regress1 [NO_PID]: ecpg_finish: Connection regress1 closed.