commands ignored until end of transaction block
Posted: 02.04.2017, 06:30
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
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