You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PersistMarshalError "Couldn't parse field `createdTimestamp` from table `user`. Failed to parse Haskell type `UTCTime`, but received PersistText \"2018-02-27 10:49:42.123\""
I upgraded from lts
14.27to15.15in this commit:NorfairKing/intray@b3f5fc6
Reads now fail with errors like this:
This is the relevant column: https://github.com/NorfairKing/intray/blob/master/intray-data/src/Intray/Data/DB.hs#L39
This looks like a regression of #339
and #989 looks relevant.
It looks like the test suite was changed instead of fixing the code.
CC @parsonsmatt who was involved in this.