postgresql-simple v0.4.1.0 Release Notes

Release Date: 2014-03-22 // about 10 years ago
    • Fixed the parsing of arrays containing null values, courtesy of Francesco Mazzoli

    • Added support for properly escaped identifiers, courtesy of Tobias Florek. See the new Identifier and QualifiedIdentifier types inside Database.PostgreSQL.Simple.Types.

    • Added support for parameterized VALUES expressions. This is more general than executeMany and returning. See the Database.PostgreSQL.Simple.Types.Values data type.