All Versions
10
Latest Version
Avg Release Cycle
248 days
Latest Release
2587 days ago
Changelog History
Changelog History
-
v0.4.5 Changes
March 20, 2018- โ Add Semigroup instance for Query
- โ Add a
(Param a) => Param (In (Set a))
instance. - โฌ๏ธ Drop testing under GHC 7.8 / lts-2
-
v0.4.4 Changes
October 21, 2017- Report table name and database in the UnexpectedNull case of ResultError, using the previously empty errMessage field
-
v0.4.3 Changes
September 20, 2017- ๐ Use Data.Time.Format to parse TimeOfDay results properly (missing in https://github.com/paul-rouse/mysql-simple/pull/37).
-
v0.4.2.0 Changes
September 10, 2017- ๐ Handle fractional seconds in parameter substitution (without affecting cases where only whole seconds are used). https://github.com/paul-rouse/mysql-simple/pull/40
-
v0.4.1.0 Changes
August 28, 2017- โ Add missing tuple instances of QueryResults (https://github.com/paul-rouse/mysql-simple/issues/9)
- ๐ Fix
error "foo"
left in code (https://github.com/paul-rouse/mysql-simple/issues/39) - ๐ Allow fractional seconds in to be parsed in date/time results https://github.com/paul-rouse/mysql-simple/pull/37
-
v0.4.0.1 Changes
February 25, 2017 -
v0.4.0.0 Changes
October 26, 2016- โ Add type VaArgs for non-parenthesized variable-length list of parameters.
- Include fieldName in other constructors of ResultError.
-
v0.3.0.0 Changes
October 26, 2016- ๐ 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.
-
v0.2.2.5
March 29, 2015 -
v0.2.2.4
February 12, 2012