You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
108216: plpgsql: handle NULL values correctly for RAISE statements r=DrewKimball a=DrewKimball
This patch fixes two behaviors related to RAISE statements handling NULL values:
1. When a NULL value is passed as a formatting argument, it is printed as `<NULL>` in the result string.
2. When a NULL value is passed as a RAISE option (message, detail, etc.) a runtime `RAISE statement option cannot be null` error results.
Informs cockroachdb#105254
Release note: None
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments