Merge branch '2.0' into 2.1

This commit is contained in:
Johan Wikman
2017-03-07 11:45:00 +02:00
6 changed files with 84 additions and 0 deletions

View File

@ -71,3 +71,9 @@ COMMIT WORK;
ROLLBACK;
ROLLBACK WORK;
SAVEPOINT id;
ROLLBACK WORK TO SAVEPOINT id;
ROLLBACK TO SAVEPOINT id;
ROLLBACK WORK TO id;
ROLLBACK TO id;
RELEASE SAVEPOINT id;