Changelog of @hackage/mysql-simple 0.4.9

0.4.9

0.4.8.1

0.4.8

  • Provide classes to simplify user-defined encoding and decoding of columns.

0.4.7.2

0.4.7.1

0.4.7

0.4.6

0.4.5

  • Add Semigroup instance for Query
  • Add a (Param a) => Param (In (Set a)) instance.
  • Drop testing under GHC 7.8 / lts-2

0.4.4

  • Report table name and database in the UnexpectedNull case of ResultError, using the previously empty errMessage field

0.4.3

0.4.2.0

0.4.1.0

0.4.0.1

0.4.0.0

  • Add type VaArgs for non-parenthesized variable-length list of parameters.
  • Include fieldName in other constructors of ResultError.

0.3.0.0

  • New maintainer and GitHub location - with many thanks to Bryan O'Sullivan for all of the past work on this module, and for facilitating the transfer of maintenance responsibility.
  • Extra instances of QueryParams for larger tuples.
  • Include fieldName in ResultError in the case of the Incompatible constructor.

The changes to ResultError and QueryParams were previously unreleased, although present in the GitHub repository. They are the reason for the major version bump.