esqueleto 0.2 → 0.2.1
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
esqueleto.cabal view
@@ -1,5 +1,5 @@ name: esqueleto-version: 0.2+version: 0.2.1 synopsis: Bare bones, type-safe EDSL for SQL queries on persistent backends. homepage: https://github.com/meteficha/esqueleto license: BSD3
src/Database/Esqueleto.hs view
@@ -295,4 +295,4 @@ -- -- We re-export @Database.Persist.Store@ for convenience, since -- @esqueleto@ currently does not provide a way of doing--- @insert@s or @update@s.+-- @INSERT@s.
src/Database/Esqueleto/Internal/Sql.hs view
@@ -417,7 +417,7 @@ -- -- @ -- delete $--- from $ \appointment ->+-- from $ \\appointment -> -- where_ (appointment ^. AppointmentDate <. val now) -- @ delete :: ( MonadLogger m