Skip to content

JSONB Serialization Bug Fix

Choose a tag to compare

@ncthbrt ncthbrt released this 22 Dec 11:29
· 37 commits to master since this release

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.

Thanks @idkjs for reporting this bug.