github elixir-ecto/postgrex v0.6.0

latest releases: v0.17.5, v0.17.4, v0.17.3...
9 years ago

Enhancements

  • Queries can be constructed of iodata
  • Support "type hinted" queries to save one client-server round trip which will reduce query latency

Backwards incompatible changes

  • Postgrex.Error postgres field is converted from keyword list to map
  • Postgrex.Connect.query params parameter is no longer optional (pass an empty list if query has no parameters)
  • The timeout parameter for all functions have been moved to a keyword list with the key :timeout

Don't miss a new postgrex release

NewReleases is sending notifications on new releases.