Skip to content

Releases: ncthbrt/reason-nact-postgres

v2.0.1

04 Apr 20:32

Choose a tag to compare

Bumped minor as build failed

JSONB Serialization Bug Fix

22 Dec 11:36

Choose a tag to compare

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.

v1.0.3

22 Dec 10:07

Choose a tag to compare

Fixed namespacing issue

v1.0.0

10 Dec 14:37

Choose a tag to compare

Updated travis build file