Commit feb2adb
committed
AC-14567: MView mechanism silently ignores errors on trigger execution
The changes:
- Removed the IGNORE keyword from the INSERT statement in the trigger
- This means that any errors during trigger execution will now be properly reported
- The transaction will be rolled back if there's an error, preventing data inconsistency1 parent a04b0ef commit feb2adb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
0 commit comments