Page 1 of 1

commands ignored until end of transaction block

Posted: 02.04.2017, 06:30
by ribut
When I use zeoslib-7.2-r3929-testing together with the PostgreSQL database when using the code block

try
  BEGIN
except
ROLLBACK
  end;
COMMIT

rollback implemented and no problems error

When I use zeoslib-7.2-r3986-testing

try
  BEGIN
except
ROLLBACK
  end;
COMMIT

I get an error: commands ignored until end of transaction block

Re: commands ignored until end of transaction block

Posted: 03.04.2017, 15:44
by marsupilami
This is a copy of http://zeoslib.sourceforge.net/viewtopi ... 20&t=67078. I will lock it for that reason. Please post answers in the other thread.

Jan