packages feed

persistable-record 0.6.0.5 → 0.6.0.6

raw patch · 3 files changed

+15/−6 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ <!-- -*- Markdown -*- --> +## 0.6.0.6++- fix typo.+ ## 0.6.0.5  - apply compat interface packages of TH.@@ -14,7 +18,7 @@  ## 0.6.0.2 -- bugfix: pass correct table name to macro for field label defintion.+- bugfix: pass correct table name to macro for field label definition.  ## 0.6.0.1 
persistable-record.cabal view
@@ -1,18 +1,23 @@ name:                persistable-record-version:             0.6.0.5+version:             0.6.0.6 synopsis:            Binding between SQL database values and haskell records.-description:         This package contiains types to represent table constraints and+description:         This package contains types to represent table constraints and                      interfaces to bind between SQL database values and Haskell records. homepage:            http://khibino.github.io/haskell-relational-record/ license:             BSD3 license-file:        LICENSE author:              Kei Hibino maintainer:          ex8k.hibino@gmail.com-copyright:           Copyright (c) 2013-2020 Kei Hibino+copyright:           Copyright (c) 2013-2023 Kei Hibino category:            Database build-type:          Simple cabal-version:       >=1.10-tested-with:           GHC == 8.8.1, GHC == 8.8.2+tested-with:           GHC == 9.6.2+                     , GHC == 9.4.6+                     , GHC == 9.2.8+                     , GHC == 9.0.2+                     , GHC == 8.10.7+                     , GHC == 8.8.1, GHC == 8.8.2                      , GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5                      , GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3, GHC == 8.4.4                      , GHC == 8.2.1, GHC == 8.2.2
src/Database/Record/ToSql.hs view
@@ -241,7 +241,7 @@ --   UPDATE /table/ SET /c0/ = ?, /c1/ = ?, /c2/ = ? ... WHERE /key0/ = ? AND /key1/ = ? AND /key2/ = ? ... -- @ -----   using printer function object infered by ToSql ra q.+--   using printer function object inferred by ToSql ra q. updateValuesByUnique :: ToSql q ra                      => KeyConstraint Unique ra -- ^ Unique key table constraint printer function object.                      -> ra