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
agent: sanitize draft error messages before persisting
Postgres text columns cannot store strings containing a null byte. This
sanitizes error messages by replacing null bytes with the unicode replacement
character, so that they can be stored in the database.
0 commit comments