postgrex v0.8.1 Release Notes

Release Date: 2015-04-09 // about 9 years ago
    • ✨ Enhancements

      • Keep the postgres error code in :pg_code
      • Support oid types and all its aliases (regclass etc)
    • Backwards incompatible changes

      • Rename :msec field to :usec on Postgrex.Time and Postgrex.Timestamp
    • 🐛 Bug fixes

      • Fix numeric encoding for fractional numbers with less digits than the numeric base
      • Support encoding timetz type
      • Fix time and timestamp off-by-one bounds