crystal-pg v0.15.0 Release Notes

Release Date: 2018-06-15 // almost 6 years ago
    • 👌 Support Crystal v0.25 (thanks @greenbigfrog)
    • 🛠 fix PG::Numeric#to_s on numbers with >= weight than ndigits, eg 800000 (#133)
    • 🛠 fix PG::Numeric#to_s on numbers where the digits expected to be zero padded and other cases (#134)
    • Set cause when raising DB::ConnectionRefused (thanks @rx14)