crystal-pg v0.17.0 Release Notes

Release Date: 2019-07-19 // almost 5 years ago
    • โž• Add Enumerable channels overload for PG.connect_listen (thanks @vladfaust)
    • ๐Ÿ›  Fixes Time.new deprecation warning (thanks @bcardiff)
    • Ensure PQ::Connection#do_close does not raise (thanks @bcardiff)
    • ๐Ÿ›  Fix IOError on closed connection (thanks @omarroth)
    • ๐Ÿ›  Array fixes (thanks @asterite)
      • properly handle exceptions during decoding array
      • add Numeric#inspect
      • prevent decoding array of numeric as floats
      • internal: map each type to decoder