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
fix: handle empty attribute_schema in account type handler (#1275)
Convert empty proto string to nil json.RawMessage instead of
json.RawMessage("") which PostgreSQL rejects as invalid JSON syntax
when inserting into jsonb columns.
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
0 commit comments