relational-record 0.1.4.0 → 0.1.5.0
raw patch · 2 files changed
+7/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Database.Relational.Query.Documentation: placeholder :: (PersistableWidth t, SqlProjectable p, Monad m) => (p t -> m a) -> m (PlaceHolders t, a)
Files
relational-record.cabal view
@@ -1,5 +1,5 @@ name: relational-record-version: 0.1.4.0+version: 0.1.5.0 synopsis: Meta package of Relational Record description: Meta package to install Relational Record quickly homepage: http://khibino.github.io/haskell-relational-record/
src/Database/Relational/Query/Documentation.hs view
@@ -111,6 +111,8 @@ -- ** Placeholders -- $placeholders+ placeholder,+ query', left', relation',@@ -319,6 +321,10 @@ -} {- $placeholders+'placeholders' operator takes+a lambda-form which argument is 'Projection' typed placeholders and its scope is restricted by that lambda-form+and then creates dummy value with 'Placeholders' typed which propagate placeholder type information into 'Relation' layer.+ Placeholders' flavor of operators against query operation and set operation are also provided, to realize type safe placeholders. 'query'', 'left'', 'relation'', 'updateTarget'', 'restriction'', and 'union''