Ticket Hash: | d15b3a4ea901ef0d1d3b921e2e55da8b8294f910 | ||
Title: | Assertion fault on SQL input | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | Low |
Subsystem: | Code_Generator | Resolution: | Fixed |
Last Modified: |
2023-03-17 00:03:30 2.14 years ago |
Created: |
2023-03-16 20:19:50 2.14 years ago |
Version Found In: | 3.41.1 |
User Comments: | ||||
drh added on 2023-03-16 20:19:50:
Part of forum post d24ec63447:
drh added on 2023-03-17 00:03:30: The assertion fault only occurs if an IF NOT EXISTS trigger that already exists (and hence should be ignored) contains two more more RETURNING clauses. This a bug in the assert() statement. It does not impact production code. |