postgresql-simple v0.4.5.0 Release Notes

Release Date: 2014-09-26 // over 9 years ago
    • Added support for retrieving NaN and ±Infinity floating point values from postgres to the FromField instances for Float, Double, and Rational. The instance for Scientific is unchanged due to the fact it has no way of representing these special values. Thanks goes to Tom Nielsen for reporting the issue.