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
pg-promise performs type inference so when an array is specified as the data payload, it attempts to format the payload as text[] instead of jsonb. This release forces it to always use the correct type.