OLD | NEW |
1 # The author disclaims copyright to this source code. In place of | 1 # The author disclaims copyright to this source code. In place of |
2 # a legal notice, here is a blessing: | 2 # a legal notice, here is a blessing: |
3 # | 3 # |
4 # May you do good and not evil. | 4 # May you do good and not evil. |
5 # May you find forgiveness for yourself and forgive others. | 5 # May you find forgiveness for yourself and forgive others. |
6 # May you share freely, never taking more than you give. | 6 # May you share freely, never taking more than you give. |
7 # | 7 # |
8 #*********************************************************************** | 8 #*********************************************************************** |
9 # | 9 # |
10 # Regression testing of FOR EACH ROW table triggers | 10 # Regression testing of FOR EACH ROW table triggers |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 END; | 750 END; |
751 DELETE FROM v3 WHERE a = 1; | 751 DELETE FROM v3 WHERE a = 1; |
752 } | 752 } |
753 } {} | 753 } {} |
754 | 754 |
755 } ;# ifcapable view | 755 } ;# ifcapable view |
756 | 756 |
757 integrity_check trigger2-9.9 | 757 integrity_check trigger2-9.9 |
758 | 758 |
759 finish_test | 759 finish_test |
OLD | NEW |