Conversation
An EXCEPTION reported P0001 whatever its USING ERRCODE clause said, and a notice reported that clause's source text, quotes and all. Both now resolve it to the SQLSTATE it names, and a generated RAISE can carry one through the same option.
|
|
@reltuk DOLT
|
|
SummaryThe change is covered across normal and edge-case database exception flows, including custom and default error codes, invalid inputs, notices, repeated updates, session isolation, and client-visible behavior. The exercised behavior remains healthy, with no merge-impacting regressions identified. Safe to merge — all exercised behaviors passed and no failures are attributable to this PR, so there is no identified merge blocker. One boundary expectation was rejected as inconsistent with the supported behavior, but it does not indicate a regression in the change. Tests run by Ito
Tip Reply with @itoqa to send us feedback on this test run. |

An EXCEPTION reported P0001 whatever its USING ERRCODE clause said, and a notice reported that clause's source text, quotes and all. Both now resolve it to the SQLSTATE it names, and a generated RAISE can carry one through the same option.