Hi,
I can't get rollback trigger to work.
I create a simple trigger that just prints a basic message to System.out.
Then I create a trigger like this
CREATE TRIGGER FOO4 AFTER ROLLBACK ON T1 FOR EACH ROW CALL
"pkg.TestRollbackTrigger";
(T1 is a simple table with one column A INT)
I turn autocommit off do a delete and insert (which do trigger their
triggers)
Then I do a rollback that undos the changes.
But the rollback trigger is not fired.
What am I doing wrong?
- Rami Ojares
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/h2-database?hl=en.