postgresql-simple v0.1.2 Release Notes

Release Date: 2012-05-09 // almost 12 years ago
    • Switched to libpq-based escaping for bytea types; Binary now works with PostgreSQL 8 courtesy of Joey Adams.

    • postgresql-simple now sets standard_conforming_strings to "on". This per-connection variable is initialized according to the server configuration, which defaults to "off" for PostgreSQL < 9, and "on" for PostgreSQL >= 9. You may need to adjust any string literals in your SQL queries, or set the variable yourself.

    • Exported (:.) from Database.PostgreSQL.Simple