- Notifications
You must be signed in to change notification settings - Fork5
Commit2b21521
committed
Mark item as complete, add another:
< * Allow triggers to be disabled [trigger]> * -Allow triggers to be disabled [trigger]> * Allow triggers to be disabled in only the current session.< Currently the only way to disable triggers is to modify the system< tables.> This is currently possible by starting a multi-statement transaction,> modifying the system tables, performing the desired SQL, restoring the> system tables, and committing the transaction. ALTER TABLE ...> TRIGGER requires a table lock so it is not idea for this usage.1 parent5279f68 commit2b21521
2 files changed
+14
-8
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
641 |
| - | |
| 641 | + | |
| 642 | + | |
642 | 643 |
| |
643 |
| - | |
644 |
| - | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
645 | 648 |
| |
646 | 649 |
| |
647 | 650 |
| |
|
Lines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
583 |
| - | |
584 |
| - | |
585 |
| - | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
586 | 589 |
| |
587 | 590 |
| |
588 | 591 |
| |
|
0 commit comments
Comments
(0)