Create tcl

pull/46/head
Andres Gomez Casanova 5 years ago committed by GitHub
parent 3bc9ec0faa
commit 50b9d2b3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
--Commit changes
COMMIT
--Create a savepoint
SAVEPOINT sp1 ON ROLLBACK RETAIN CURSORS
--Undo changes until savepoint
ROLLBACK TO SAVEPOINT sp1
--Undo changes
ROLLBACK
Loading…
Cancel
Save