2021.03.27
- Add GHC 8.10 support, remove GHC 8.4 support.
- Expose
SqlIdentifier
andTimeOfDayWithTimeZone
.
2020.07.19
- Default implementations get to be given for
FromRecord
andToRecord
.
2020.07.14
- Add necessary files.
2020.07.13
- Remove orphan
IsLabel
instance definitions; #2 thanks to @nakaji-dayo.
- Add cleartext password authentication; #1 thanks to @goodlyrottenapple.
- Change the Haskell type corresponding to
timetz
from(TimeOfDay, TimeZone)
toTimeOfDayWithTimeZone
. - Not only tuples but also other types which have
Length
type function can be record.
2020.06.15
- Expose a function for type class instance implementations.
- A new instance
FromField String
. - New instances for
FromRecord
andToRecord
.
2019.10.21
- Fix a compilation error with network ≧ 3.0.0.
2019.10.21
- Fix an issue sometimes missing “Error” responses after “Sync” requests.
2019.10.21
- Release.
- Sometimes missing “Error” responses after “Sync” requests