Skip to content

Releases: semiocast/pgsql

v26.0.2

23 Mar 21:25
Compare
Choose a tag to compare

New features

  • JSON and JSONB support (tsloughter)
  • Ability to return errors as maps (benjamin-bergia)
  • New query option datetime_float_seconds to return timestamps with sub-second precision implemented with floating points
  • New query option return_descriptions to return row descriptions.

Fixes

  • Fixed a crash in decoding arrays with null values

v26.0.1

27 Dec 10:38
Compare
Choose a tag to compare
  • Moved to semantic versionning with 26.0.0
  • Published package on hex.pm
  • Fixed bug #28 related to decoding quoted values in arrays

25

17 Mar 15:56
Compare
Choose a tag to compare
25

Initial support for COPY contributed by @waisbrot
Additional fixes