Skip to content

Releases: elixir-ecto/postgrex

v0.2.1

10 Dec 14:41
Compare
Choose a tag to compare

Enhancements

  • Add support for SSL

Bug fixes

  • Fix decoding of unknown type when using custom decoder

v0.2.0

14 Nov 21:23
Compare
Choose a tag to compare

Enhancements

  • Floats handles NaN, inf and -inf
  • Add support for numerics
  • Custom encoders and decoders works on elements in arrays
  • Add support for composite types
  • Add functions that raise on error

Bug fixes

  • INSERT query works with extended query parameters
  • Return proper num_rows on PostgreSQL 8.4
  • Fix race condition

Backwards incompatible changes

  • Simplify custom decoding and encoding with default function

v0.1.0

14 Oct 18:13
Compare
Choose a tag to compare

First release!